diff options
author | June McEnroe <programble@gmail.com> | 2018-01-29 11:34:13 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-01-29 11:34:13 -0500 |
commit | 3a1ed8a28478d0425fe8889a3618d0fa71ffc17b (patch) | |
tree | 6b92a80b585a41a9dc853d7335bedc2428f85a7c /bin/Makefile | |
parent | Set t_Co = 8 (diff) | |
download | src-3a1ed8a28478d0425fe8889a3618d0fa71ffc17b.tar.gz src-3a1ed8a28478d0425fe8889a3618d0fa71ffc17b.zip |
Remove color from Makefile
Diffstat (limited to 'bin/Makefile')
-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) |