diff --git a/Makefile b/Makefile index ed7a2c4e..de973b9b 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