Skip to content

Commit

Permalink
Fix clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Dec 18, 2009
1 parent 02fdb6c commit 26ad7a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -7,10 +7,7 @@ all:
pbc_to_exe tapir.pbc

clean:
rm tapir
rm *.pbc
rm t/harness.pbc
rm lib/Tapir/*.pbc
rm tapir *.pbc t/harness.pbc lib/Tapir/*.pbc

test:
./tapir t/*.t

0 comments on commit 26ad7a3

Please sign in to comment.