|
@@ -19,5 +19,10 @@ build/payload.json: build/icon-heart.svg build/icon-relationship.svg build/icon-
|
|
build/template.html: txt/template.mustache build/payload.json
|
|
build/template.html: txt/template.mustache build/payload.json
|
|
pystache txt/template.mustache build/payload.json >build/template.html
|
|
pystache txt/template.mustache build/payload.json >build/template.html
|
|
|
|
|
|
|
|
+.PHONY: clean deploy
|
|
|
|
+
|
|
clean:
|
|
clean:
|
|
rm -f build/*
|
|
rm -f build/*
|
|
|
|
+
|
|
|
|
+deploy: build/guenashk.html
|
|
|
|
+ scp build/guenashk.html rosencrantz:/srv/http/gdr/www/.
|