소스 검색

Update Makefile

Christopher Galas 9 년 전
부모
커밋
36d138a820
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)