diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |