summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-01-28 11:04:56 -0500
committerJune McEnroe <june@causal.agency>2018-01-28 11:05:48 -0500
commitadfa12d69c0b102a1123cd7fb5a771f85348580c (patch)
treedfe6cfdff2d1ac4f5bada070eb9909131ef8810f /bin/Makefile
parentAdd fb.c (diff)
downloadsrc-adfa12d69c0b102a1123cd7fb5a771f85348580c.tar.gz
src-adfa12d69c0b102a1123cd7fb5a771f85348580c.zip
Add color.c
Diffstat (limited to '')
-rw-r--r--bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 7c4f2c8d..1cd8a5e6 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -13,6 +13,8 @@ atch: dtch
 pbcopy pbpaste: pbd
 	ln -f pbd $@
 
+color: color.o fb.o
+
 clean:
 	rm -f $(BINS)