4 lines
44 B
Makefile
4 lines
44 B
Makefile
|
clean: init
|
||
|
rm -f bin/*.exe
|
||
|
rm -f obj/*.o
|