From 4441520048ce183114c024fecd9f38cdc0a0ca54 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 26 Nov 2024 15:37:30 -0700 Subject: [PATCH] Update makefile --- .gitignore | 2 ++ Makefile | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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)