5 lines
89 B
Makefile
5 lines
89 B
Makefile
build/batstat:src/*.cc
|
|
g++ -o build/batstat src/*.cc -Iinclude
|
|
clean:
|
|
rm build/batstat
|