aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45f6575..7c75e18 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ config.h:
@echo creating $@ from config.def.h
@cp config.def.h $@
-monsterwm: ${OBJ}
+${WMNAME}: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}