mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
Not generating mongoose.c
This commit is contained in:
parent
5a3b1123f6
commit
b14a1e25f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user