From: Rafał Długołęcki Date: Thu, 28 Jan 2016 22:01:20 +0000 (+0100) Subject: Remove *.o files on clean X-Git-Tag: 3.4-b1~24 X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=commitdiff_plain;h=6372e9cf1d061118822fb9da3c03c40bc8b4e705 Remove *.o files on clean --- diff --git a/Makefile.am b/Makefile.am index 566e1c9..a47ee0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \