Skip to content

Commit

Permalink
Add clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
jballanc committed Dec 29, 2011
1 parent 971786c commit 22d7f82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ fun:

nofun:
$(MAKE) compile target=nofun

clean:
rm -f $(all_targets)

0 comments on commit 22d7f82

Please sign in to comment.