Not generating mongoose.c

This commit is contained in:
Sergey Lyubka 2013-12-08 18:39:03 +00:00
parent 5a3b1123f6
commit b14a1e25f0

View File

@ -64,8 +64,8 @@ endif
all:
@echo "make (unix|windows|macos)"
../mongoose.c: ../mongoose.h Makefile $(SOURCES)
cat $(SOURCES) | sed '/#include "internal.h"/d' > $@
#../mongoose.c: ../mongoose.h Makefile $(SOURCES)
# cat $(SOURCES) | sed '/#include "internal.h"/d' > $@
unix_unit_test: $(LUA_SOURCES) Makefile ./test/unit_test.c
$(CC) ./test/unit_test.c lua_5.2.1.c $(CFLAGS) -g -O0 -o t && ./t