1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

fix make file

This commit is contained in:
root 2016-10-31 19:59:27 +00:00
parent 68725766a1
commit 4f4c66d70f
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -23,6 +23,7 @@ main: httpd plugins
httpd:$(SERVER)
$(CC) $(CFLAGS) $(SERVERLIB) $(SERVER) -o $(BUILDIRD)/httpd httpd.c
cp antd $(BUILDIRD)
%.o: %.c
$(CC) $(CFLAGS) -c $< -o $@