Skip to content

Commit

Permalink
Make the clean target actually nuke the built binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
anholt committed Feb 14, 2007
1 parent a77e606 commit 49da179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ edid-decode: edid-decode.c
gcc -g -Wall -o $@ $<

clean:
rm -f edid-decode
-echo rm -f edid-decode **/*.jx | zsh -s

0 comments on commit 49da179

Please sign in to comment.