Makefile: add clean target
authorPaul Brossier <piem@piem.org>
Sat, 1 Aug 2015 00:14:31 +0000 (02:14 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 1 Aug 2015 00:14:31 +0000 (02:14 +0200)
Makefile

index 58d806b..e140665 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ build: checkwaf
        ./waf configure
        ./waf build
 
+clean:
+       ./waf clean
+
 distcheck: build
        ./waf distcheck