]> rtime.felk.cvut.cz Git - wvtest.git/commitdiff
Better 'make clean' targets.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 1 May 2009 01:59:51 +0000 (21:59 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 1 May 2009 02:00:58 +0000 (22:00 -0400)
Makefile
cpp/Makefile
dotnet/Makefile

index 6d238d2c50af604d9e7b67ccdd2dd07486ec3744..02c5fe999d17c53cf37fcfb7401e4f9e34bd97d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ test:
        ./wvtestrunner.pl $(MAKE) runtests
 
 clean::
+       rm -f *~ .*~
        make -C python clean
        make -C dotnet clean
        make -C cpp clean
index 5d8b6a84de138745c9ff86d1779883b555b486e0..6e912417859fba91dbfbf18398b3b4029f062128 100644 (file)
@@ -13,4 +13,4 @@ test:
        ../wvtestrunner.pl $(MAKE) runtests
        
 clean::
-       rm -f *~ *.o t/*.o t/wvtest
+       rm -f *~ t/*~ *.o t/*.o t/wvtest
index 77a86637c8b52decbbcffaa49ded29d62cd11304..2a5be018c5b4da1556afb78671c8dec272f256c1 100644 (file)
@@ -16,5 +16,5 @@ test:
        ../wvtestrunner.pl $(MAKE) runtests
 
 clean::
-       rm -f *~ t/*~ *.E t/*.E *.d t/*.d t/*.exe t/*.mdb
+       rm -f *~ t/*~ .*~ *.E t/*.E *.d t/*.d t/*.exe t/*.mdb