diff options
author | Marc Lasch <mlasch@mailbox.org> | 2015-08-12 00:09:46 +0200 |
---|---|---|
committer | Marc Lasch <mlasch@mailbox.org> | 2015-08-12 00:09:46 +0200 |
commit | aa80b95124752095533cff761c3287d756ca26cd (patch) | |
tree | e6a71ca06640dc92041b7c34f4e0925cf3030b97 /Makefile | |
parent | 9f7530aa40c4197a8c1979b37baab43ba2e6205f (diff) | |
download | netgraph-aa80b95124752095533cff761c3287d756ca26cd.tar.gz netgraph-aa80b95124752095533cff761c3287d756ca26cd.zip |
not working now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -OBJ=src/server.o mongoose/mongoose.o +OBJ=src/server.o src/apiHandler.o mongoose/mongoose.o OUT=bin/server CFLAGS += -Wall -DNO_CGI -DNO_POPEN -DUSE_IPV6 |