Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 796bed8..cb84ff2 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,9 @@ CC = tcc
CFLAGS = -Wall
#CPPFLAGS = -D UNIX
LDLIBS = -lpthread -lrt
+FILES = acccre-server.o #acccre-cmdparser.o
all: acccre-server
-acccre-server: acccre-server.o
+acccre-server: $(FILES)
clean:
rm -f *.o acccre-server