Skip to content

Commit

Permalink
Improve clean
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Feb 1, 2011
1 parent 5096476 commit 3a49dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dist:
cabal sdist

clean:
rm -rf dist/ src/Main
find . -iname "*.hi" -o -iname "*.o" | xargs rm
rm src/Main

0 comments on commit 3a49dab

Please sign in to comment.