tanks/Makefile

11 lines
155 B
Makefile

LDFLAGS = -lm
all: test
test: test-tanks
./test-tanks | m4 round.html.m4 - > round.html
test-tanks: test-tanks.o ctanks.o
clean:
rm -f test-tanks *.o