Bypass config.h

This commit is contained in:
lhark 2016-11-14 19:47:58 -05:00
parent 2f664ee63d
commit 0ac56194e6

View file

@ -18,11 +18,11 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
${OBJ}: config.h config.mk
${OBJ}: config.def.h config.mk
config.h:
@echo creating $@ from config.def.h
@cp config.def.h $@
config.def.h:
@echo creating config.h from $@
@cp $@ config.h
dwm: ${OBJ}
@echo CC -o $@