diff options
Diffstat (limited to 'bin/Makefile')
-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) |