summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-06-14 17:10:17 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-06-14 17:10:17 -0300
commit4b6f76d2c53741f0995275c427dc9aa752cf38f7 (patch)
treef8a3f98b45c7b54c0af763eced25759e5988ea82 /Makefile
parenteed30928f73b06333113ea5162452242598b31e6 (diff)
parenta3ab0fd94b585edc7afc32920c80966575cc1c56 (diff)
Merge branch 'mais-estiloz'HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2aa5555..10d5f86 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ blog/index.html: blog/posts.csv templates/base.m4
m4 -DPAGECONTENT="$$(./csv2index.sh /blog < $<)" templates/base.m4 > $@
static/style.css: src/css/style.css src/css/style.css src/css/base.css src/css/navbar.css src/css/scanlines.css
- esbuild src/css/style.css --bundle --minify --outfile=static/style.css
+ esbuild src/css/style.css --external:'/static/*' --bundle --minify --outfile=static/style.css
%.html: %.md templates/base.m4
m4 -DPAGECONTENT="$$(./genpage.sh < $<)" templates/base.m4 > $@