Explorar o código

Update Makefile

Christopher Galas %!s(int64=9) %!d(string=hai) anos
pai
achega
36d138a820
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/ws_server/Makefile

+ 1 - 1
examples/ws_server/Makefile

@@ -18,7 +18,7 @@ LIBS = -lpthread
 include $(TOP)/resources/Makefile.in-os
 
 ifeq ($(TARGET_OS),LINUX) 
-	LIBS += -ldl  -DMG_LEGACY_INTERFACE=1
+	LIBS += -ldl -DMG_LEGACY_INTERFACE=1
 endif
 
 all: $(PROG)