From 0206052b5660cb77cdd0a0ac3c83dd4c3d996007 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 15:48:55 -0700 Subject: started on positioning + command structure --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f1de4a..e964555 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,12 @@ LDFLAGS=-lXft -lfontconfig BIN=cmdtree DEPS = $(wildcard ccan/*/*.c) +DEPS += $(wildcard ccan/tal/str/*.c) OBJS += drw.o OBJS += util.o OBJS += cmdtree.o +OBJS += command.o OBJS += $(DEPS:.c=.o) -- cgit v1.2.3