Browse Source

Remove config.h on clean.

master
Arun Prakash Jana 8 years ago
parent
commit
e59b414503
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 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

Loading…
Cancel
Save