Remove config.h on clean.

This commit is contained in:
Arun Prakash Jana 2016-08-20 21:43:32 +05:30
parent 8cb25227b3
commit e59b414503
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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