diff --git a/.gitignore b/.gitignore index ca6c6d5..05085a1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,7 @@ *.o forftanks +tanksd + rounds tanks diff --git a/Makefile b/Makefile index 71e847c..5bfca9b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DESTDIR ?= $(HOME) CFLAGS = -Wall -BINARIES = forftanks upload.cgi +BINARIES = forftanks tanksd all: $(BINARIES) @@ -16,6 +16,9 @@ forftanks.o: forf.h ctanks.h forf.o: forf.c forf.h ctanks.o: ctanks.h +tanksd: tanksd.go + go build $< + clean: rm -f *.o next-round round-*.html rm -f $(BINARIES)