4 lines
44 B
Makefile
Raw Normal View History

clean: init
rm -f bin/*.exe
rm -f obj/*.o