Skip to content

Commit

Permalink
Fix "make clean" to remove all binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Sep 8, 2010
1 parent bba2a37 commit 3c6c816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -73,6 +73,7 @@ iop:
clean:
$(MAKE) -C ee clean
$(MAKE) -C iop clean
@rm -f ee/*_irx.o bin/*.ELF bin/*.IRX

check:
$(VARIABLES) $(MAKE) -C ee check
Expand Down

0 comments on commit 3c6c816

Please sign in to comment.