From 4f4c66d70f8238c8980b495b34c2aa9f2a4bc4be Mon Sep 17 00:00:00 2001 From: root Date: Mon, 31 Oct 2016 19:59:27 +0000 Subject: [PATCH] fix make file --- ._Makefile | Bin 4096 -> 4096 bytes Makefile | 1 + 2 files changed, 1 insertion(+) diff --git a/._Makefile b/._Makefile index aae682a5af51d806909a51bbe62adefaffbdeb4b..c2055de8b241f02b1a092085a3aa83add42e1def 100644 GIT binary patch delta 104 zcmZorXi%6CrN-97z`*y2fq~%+5VHX>GGGF7K;oz`*y2fq`KO5VHU=GGGL9z~U1dR9MWdjEpxvWagXr!E*BxJ{d*; DP$3K# diff --git a/Makefile b/Makefile index 42f3f05..b608e98 100644 --- a/Makefile +++ b/Makefile @@ -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 $@