diff options
author | June McEnroe <june@causal.agency> | 2020-07-10 09:38:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-10 09:38:46 -0400 |
commit | bc8b57c001c05f20579b0fdd6c75e26ee6255ffc (patch) | |
tree | 7eba86206c297425e55d8fdf5b7299600b6a9a76 /Makefile | |
parent | Add default stylesheet (diff) | |
download | scooper-bc8b57c001c05f20579b0fdd6c75e26ee6255ffc.tar.gz scooper-bc8b57c001c05f20579b0fdd6c75e26ee6255ffc.zip |
Serve stylesheet separately, with caching
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 > $@ |