Makes the clean script remove config.h
This commit is contained in:
parent
192b0ad6c8
commit
e5005573b2
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -31,6 +31,7 @@ st: $(OBJ)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f st $(OBJ) st-$(VERSION).tar.gz
|
rm -f st $(OBJ) st-$(VERSION).tar.gz
|
||||||
|
rm config.h
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
mkdir -p st-$(VERSION)
|
mkdir -p st-$(VERSION)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue