aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75f55f2..eb216f4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,6 @@ assets/styles.css: assets/stylesheets/main.hcss \
hasp $< > $@
sed -i .bak '/^$$/d' $@
rm "$@.bak"
+
+internal_error.html: internal_error.in.html
+ ./scripts/generate_500.py > $@