summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-23 16:34:35 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-23 16:34:35 +0200
commit252e4cfa9c2236e50f38adc4611396a5665f8301 (patch)
tree17a3359490f99ecbce2548d775a782fba6c40417 /Makefile
parente163c5950aa74278401679190fb7d755f730fa04 (diff)
Add codegen & emoticons
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 86803b0..edbbc2c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,15 @@ HTMLTARGETS:=$(SRCFILES:src/pages/%.php=build/%.html)
DEV_SERVER_BINDING?=127.0.0.1:19310
-.PHONY: build/static publish dev-server
+.PHONY: build/static publish dev-server build/codegen
-all: $(HTMLTARGETS) $(STATICFILES) build/static build/favicon.ico
+all: $(HTMLTARGETS) $(STATICFILES) build/static build/favicon.ico build/codegen
build/favicon.ico: src/favicon.ico
cp src/favicon.ico build/
+build/codegen:
+ php codegen.php
build/static:
rsync -rupE src/static build/