summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e964555..755317b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,6 @@ LDFLAGS=-lXft -lfontconfig
BIN=cmdtree
-DEPS = $(wildcard ccan/*/*.c)
-DEPS += $(wildcard ccan/tal/str/*.c)
-
OBJS += drw.o
OBJS += util.o
OBJS += cmdtree.o
@@ -34,7 +31,7 @@ $(BIN): $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
clean: fake
- rm -f $(OBJS) $(BIN)
+ rm -f $(OBJS) $(BIN) *.d
TAGS: fake
etags *.c