diff options
| author | Philipp Geyer <philipp@geyer.co.uk> | 2023-10-24 23:47:55 +0200 |
|---|---|---|
| committer | Philipp Geyer <philipp@geyer.co.uk> | 2023-10-24 23:47:55 +0200 |
| commit | 971337d54fc59f844d67e8882fc3435321c36bd3 (patch) | |
| tree | 019b849b4395e6f13f76106c52403b904c5214b2 /Makefile | |
| parent | 653edf359d5072039f5d523421ab006521870e5f (diff) | |
Minor update
Resizing images
Adding Egosoft to experience
Changing site credits to add open sourcerers
Removing AWS specific appspec file and scripts
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ -.phony: site +.phony: site site-local run publish site: emacs --script publish.el + +site-local: + CONFIG=local emacs --script publish.el + +run: site-local + rm -f output/static + ln -sfv ../static output/static + mongoose-server -d output + +publish: site + ./upload.sh |
