mirror of
https://github.com/lxsang/ant-http
synced 2024-12-26 16:58:22 +01:00
fix make file
This commit is contained in:
parent
68725766a1
commit
4f4c66d70f
BIN
._Makefile
BIN
._Makefile
Binary file not shown.
1
Makefile
1
Makefile
@ -23,6 +23,7 @@ main: httpd plugins
|
|||||||
|
|
||||||
httpd:$(SERVER)
|
httpd:$(SERVER)
|
||||||
$(CC) $(CFLAGS) $(SERVERLIB) $(SERVER) -o $(BUILDIRD)/httpd httpd.c
|
$(CC) $(CFLAGS) $(SERVERLIB) $(SERVER) -o $(BUILDIRD)/httpd httpd.c
|
||||||
|
cp antd $(BUILDIRD)
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
Loading…
Reference in New Issue
Block a user