From adfa12d69c0b102a1123cd7fb5a771f85348580c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 28 Jan 2018 11:04:56 -0500 Subject: Add color.c --- bin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/Makefile') 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) -- cgit 1.4.1