summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-06-22 10:36:43 +0200
committerMC <mc@hack.org>2010-06-22 10:36:43 +0200
commitcd3af1be53c1dfbab5d4d293b84ce0906a5607b6 (patch)
tree7d969387f5f0b9635b11c04f3459277d1d59c315 /Makefile
parent536717605f0b280ff3c7dfdbb9e947879ac3d480 (diff)
downloadmcwm-cd3af1be53c1dfbab5d4d293b84ce0906a5607b6.zip
Oops. Include config.h as a dependency to build mcwm.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 792ff89..567e69a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ TARGETS=mcwm
all: $(TARGETS)
+mcwm: mcwm.c config.h
+
mcwm-static: mcwm.c config.h
$(CC) -o mcwm-static mcwm.c -static -g -std=c99 -Wall \
-I/usr/local/include/ -L/usr/local/lib \