summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2012-02-28 12:09:14 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2012-02-28 12:09:14 +0100
commitb59c146f9c282c2a3cbcd7d6378d89de38e41811 (patch)
tree9446d73d884fd8637a700d807e7a0aec0af0a0c1 /Makefile
parente1ba6dc56a411ee2df35f97fb93e11b7fbe53d16 (diff)
downloadmcwm-b59c146f9c282c2a3cbcd7d6378d89de38e41811.zip
New program, hidden.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdb94fe..f72f875 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LDFLAGS+=-L/usr/local/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm \
RM=/bin/rm
PREFIX=/usr/local
-TARGETS=mcwm
+TARGETS=mcwm hidden
OBJS=mcwm.o list.o
all: $(TARGETS)