about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-02-27 19:05:31 +0100
committeruser <user@node5.net>2024-02-27 19:05:31 +0100
commit49f483c3cf45a844ca864444360cba02a19ebe6d (patch)
treef70364eb349ffb27f435ce90b542ddf36f11cce3 /Makefile
parent679d9081ed16f9f6f2041ec3d5bf2a928ec25347 (diff)
MOTD
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 150cd5a..bf30f7d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: live_reload 
 
-output/pygmentize_code_highlight.css:
+blog.node5.net/static/pygmentize_code_highlight.css:
 	pygmentize -S fruity -f html -a .codehilite > output/pygmentize_code_highlight.css
 debug_server:
 	flask --app src/blog_node5_net --debug run