summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-10 09:05:32 -0400
committerJune McEnroe <june@causal.agency>2020-07-10 09:05:32 -0400
commitc991c534ef92adf254196fd09775ebb08ce2198d (patch)
tree8c59c325278680d87b9fd4b1176eadfbf021586f /Makefile
parentList active networks first (diff)
downloadscooper-c991c534ef92adf254196fd09775ebb08ce2198d.tar.gz
scooper-c991c534ef92adf254196fd09775ebb08ce2198d.zip
Add default stylesheet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
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