aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2016-08-20 21:43:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2016-08-20 21:43:32 +0530
commite59b414503c3136bf41928f14e52b296024d9c8c (patch)
tree08d9a6bafaac0527605790f935a2e93b9882b0cb /Makefile
parent8cb25227b3aa2ddab1f861014e11c93ccf87355e (diff)
downloadnnn-e59b414503c3136bf41928f14e52b296024d9c8c.tar.gz
Remove config.h on clean.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed7a2c4..de973b9 100644
--- a/Makefile
+++ b/Makefile
@@ -43,4 +43,4 @@ dist:
rm -rf noice-$(VERSION)
clean:
- rm -f $(BIN) $(OBJ) noice-$(VERSION).tar.gz
+ rm -f config.h $(BIN) $(OBJ) noice-$(VERSION).tar.gz