From: Paul Brossier Date: Sat, 1 Aug 2015 00:14:31 +0000 (+0200) Subject: Makefile: add clean target X-Git-Tag: 0.4.2~8 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ddd9861fce0a4a3a9eef8b34c3f90d8b99d911b8;p=aubio.git Makefile: add clean target --- diff --git a/Makefile b/Makefile index 58d806b8..e140665d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ build: checkwaf ./waf configure ./waf build +clean: + ./waf clean + distcheck: build ./waf distcheck