mirror of
https://github.com/lxsang/ant-http
synced 2024-11-19 17:58:22 +01:00
Update Makefile
This commit is contained in:
parent
fe94d368b7
commit
5ca89abc58
2
Makefile
2
Makefile
@ -68,7 +68,7 @@ PLUGINSDEP = libs/plugin.o
|
|||||||
main: httpd plugins
|
main: httpd plugins
|
||||||
|
|
||||||
initd:
|
initd:
|
||||||
-mkdir -p $(BUILDIRD)
|
-mkdir -p $(LIB_PATH)
|
||||||
|
|
||||||
httpd: lib $(SERVER_O)
|
httpd: lib $(SERVER_O)
|
||||||
$(CC) $(CFLAGS) $(SERVER_O) -o $(BUILDIRD)/httpd httpd.c $(SERVERLIB)
|
$(CC) $(CFLAGS) $(SERVER_O) -o $(BUILDIRD)/httpd httpd.c $(SERVERLIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user