mirror of https://github.com/dirtbags/tanks.git
7 lines
77 B
Makefile
7 lines
77 B
Makefile
|
all: test
|
||
|
|
||
|
test: test-tanks
|
||
|
./test-tanks
|
||
|
|
||
|
test-tanks: test-tanks.o ctanks.o
|