Updated Makefile to make sure we get a new VERSION on upgrade

This commit is contained in:
Kris Maglione 2007-02-19 17:04:38 -05:00
parent 4c3c083ba1
commit 20ddc55bbe

View File

@ -19,6 +19,14 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
# In case this isn't from hg
.hg/00changelog.i:
@mkdir .hg
@touch .hg/00changelog.i
# VERSION must be updated on every commit/pull
config.mk: .hg/00changelog.i
${OBJ}: wmii.h config.mk
wmiiwm: ${OBJ}