diff options
author | June McEnroe <programble@gmail.com> | 2018-01-28 11:04:56 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-01-28 11:05:48 -0500 |
commit | a783528346ddb3947370b5c5e0266aa186631976 (patch) | |
tree | 69e3a0c9e97e2bc6ba70e485e1f49f27f2ad8789 /bin/Makefile | |
parent | Add fb.c (diff) | |
download | src-a783528346ddb3947370b5c5e0266aa186631976.tar.gz src-a783528346ddb3947370b5c5e0266aa186631976.zip |
Add color.c
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
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) |