Skip to content

Commit

Permalink
wkml: Fix make clean target in tests
Browse files Browse the repository at this point in the history
On a modern mac, we get a directory produced for each build
target. In the 'real' case we need to remove these for make
clean.
  • Loading branch information
andreww committed Dec 5, 2011
1 parent 828a28d commit fbc9fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wkml/test/Makefile
Expand Up @@ -16,5 +16,5 @@ validate: clean

clean:
rm -f *.$(MOD_EXT) *.$(OBJEXT) *.exe
rm -f test_kmlContours_*_real.*
rm -rf test_kmlContours_*_real.*
rm -f test.xml test.out

0 comments on commit fbc9fcf

Please sign in to comment.