diff options
author | June McEnroe <june@causal.agency> | 2018-01-29 11:34:13 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-01-29 11:34:13 -0500 |
commit | c0a5db53b18ed140599cf14841e1462ef211eafe (patch) | |
tree | b1e66043c1ab1982bcdba35af421b0ad62bb53fb /bin | |
parent | Set t_Co = 8 (diff) | |
download | src-c0a5db53b18ed140599cf14841e1462ef211eafe.tar.gz src-c0a5db53b18ed140599cf14841e1462ef211eafe.zip |
Remove color from Makefile
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index cdaf8ab6..a51ff062 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -17,8 +17,6 @@ setuid: bri chown root bri chmod u+s bri -color: color.o fb.o - clean: rm -f $(BINS) |