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