summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-10 15:26:16 -0400
committerJune McEnroe <june@causal.agency>2020-07-10 15:26:16 -0400
commit1d82d8219b4018cfe02ec871a900059470666a35 (patch)
tree52ca53000fc865f55a465ffacceb9e1231e1be50 /Makefile
parentImplement partial table output of events (diff)
downloadscooper-1d82d8219b4018cfe02ec871a900059470666a35.tar.gz
scooper-1d82d8219b4018cfe02ec871a900059470666a35.zip
Add IRC colors and implement nick coloring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56f5f15..cd9f014 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,8 @@ ${OBJS}: server.h
 
 server.o: default.css.h
 
-default.css.h: default.css
-	file2c < default.css > $@
+default.css.h: default.css color.css
+	cat default.css color.css | file2c > $@
 
 test: .test