mirror of
https://github.com/lxsang/ant-http
synced 2025-07-27 02:59:47 +02:00
Update Makefile
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user