Remove *.o files on clean
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Thu, 28 Jan 2016 22:01:20 +0000 (23:01 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Thu, 28 Jan 2016 22:01:20 +0000 (23:01 +0100)
Makefile.am

index 566e1c97e596b166841fe173b524c96814cf7f44..a47ee0d06130b4ff3ea781528d2343b84814c4ba 100644 (file)
@@ -277,6 +277,7 @@ clean-am: \
        rm -rf bin/compile
        rm -rf bin/examp
        rm -f bin/vlp.cfg
+       find ./ -name *.o -exec rm {} \;
 
 CLEANFILES = \
        %.o \