diff options
author | June McEnroe <june@causal.agency> | 2020-07-10 09:05:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-10 09:05:32 -0400 |
commit | c991c534ef92adf254196fd09775ebb08ce2198d (patch) | |
tree | 8c59c325278680d87b9fd4b1176eadfbf021586f /Makefile | |
parent | List active networks first (diff) | |
download | scooper-c991c534ef92adf254196fd09775ebb08ce2198d.tar.gz scooper-c991c534ef92adf254196fd09775ebb08ce2198d.zip |
Add default stylesheet
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 1f56ebf..4894309 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,11 @@ scooper: ${OBJS} ${OBJS}: server.h +html.o: default.css.h + +default.css.h: default.css + file2c < default.css > $@ + test: .test .test: scooper |