Skip to content
Snippets Groups Projects
Commit f65d3ca6 authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

$(LIBS) -> $$LIBS

parent f46e4fac
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ CFLAGS= -W -Wall -I.. -pthread -g
all:
OS=`uname`; \
test "$$OS" = Linux && LIBS="-ldl" ; \
$(CC) $(CFLAGS) chat.c ../mongoose.c $(LIBS) $(ADD) -o $(PROG)
$(CC) $(CFLAGS) chat.c ../mongoose.c $$LIBS $(ADD) -o $(PROG)
./$(PROG)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment