Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
make clean also removes tetris.iso
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Aug 17, 2015
1 parent dc3451b commit c4d2833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -55,6 +55,6 @@ qemu-iso: tetris.iso


clean:
rm -rf tetris.elf entry.o tetris.o iso
rm -rf tetris.elf entry.o tetris.o iso tetris.iso

.PHONY: qemu qemu-iso clean

0 comments on commit c4d2833

Please sign in to comment.