diff options
author | June McEnroe <june@causal.agency> | 2020-07-10 15:26:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-10 15:26:16 -0400 |
commit | 1d82d8219b4018cfe02ec871a900059470666a35 (patch) | |
tree | 52ca53000fc865f55a465ffacceb9e1231e1be50 /Makefile | |
parent | Implement partial table output of events (diff) | |
download | scooper-1d82d8219b4018cfe02ec871a900059470666a35.tar.gz scooper-1d82d8219b4018cfe02ec871a900059470666a35.zip |
Add IRC colors and implement nick coloring
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 |