Clean generated config.h
This commit is contained in:
parent
c63a87cd93
commit
7549ffd200
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ st: ${OBJ}
|
|||
|
||||
clean:
|
||||
@echo cleaning
|
||||
@rm -f st ${OBJ} st-${VERSION}.tar.gz
|
||||
@rm -f config.h st ${OBJ} st-${VERSION}.tar.gz
|
||||
|
||||
dist: clean
|
||||
@echo creating dist tarball
|
||||
|
|
Loading…
Reference in a new issue