1
0
Fork 1
mirror of https://git.suckless.org/dwm synced 2025-04-17 11:23:14 -07:00

added gmake compliance

This commit is contained in:
arg@10ksloc.org 2006-08-03 15:21:08 +02:00
parent 72608f0d5a
commit 05a618b06e

View file

@ -23,8 +23,8 @@ options:
${OBJ}: dwm.h config.h
config.h: ${CONFIG}
@echo creating $@ from $>
@cp $> $@
@echo creating $@ from ${CONFIG}
@cp ${CONFIG} $@
dwm: ${OBJ}
@echo LD $@