Update Makefile

This commit is contained in:
Xuan Sang LE 2018-03-19 11:35:56 +01:00 committed by GitHub
parent fe94d368b7
commit 5ca89abc58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ PLUGINSDEP = libs/plugin.o
main: httpd plugins
initd:
-mkdir -p $(BUILDIRD)
-mkdir -p $(LIB_PATH)
httpd: lib $(SERVER_O)
$(CC) $(CFLAGS) $(SERVER_O) -o $(BUILDIRD)/httpd httpd.c $(SERVERLIB)