summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 15:48:55 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 15:49:33 -0700
commit0206052b5660cb77cdd0a0ac3c83dd4c3d996007 (patch)
treef0b0f1cd48f0f8f67d85e981be114e84d36ac8b3 /Makefile
parentc999204365695799c9b7d79f4973d307421afecb (diff)
started on positioning + command structure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)