From 9593fc545950782ed75f12f53238b07885559b2b Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 22:28:25 -0700 Subject: remove ccan for now --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3