summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-10 09:38:46 -0400
committerJune McEnroe <june@causal.agency>2020-07-10 09:38:46 -0400
commitbc8b57c001c05f20579b0fdd6c75e26ee6255ffc (patch)
tree7eba86206c297425e55d8fdf5b7299600b6a9a76 /Makefile
parentAdd default stylesheet (diff)
downloadscooper-bc8b57c001c05f20579b0fdd6c75e26ee6255ffc.tar.gz
scooper-bc8b57c001c05f20579b0fdd6c75e26ee6255ffc.zip
Serve stylesheet separately, with caching
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4894309..56f5f15 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ scooper: ${OBJS}
 
 ${OBJS}: server.h
 
-html.o: default.css.h
+server.o: default.css.h
 
 default.css.h: default.css
 	file2c < default.css > $@