1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

Clean generated config.h

This commit is contained in:
Shiva 2017-01-29 21:16:22 -08:00
parent c63a87cd93
commit 7549ffd200

View File

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