diff options
| author | Philipp Geyer <philipp@geyer.co.uk> | 2023-10-25 22:25:56 +0200 |
|---|---|---|
| committer | Philipp Geyer <philipp@geyer.co.uk> | 2023-10-25 22:25:56 +0200 |
| commit | 2aaaac0ae34ec21a81a33796cd4cf27088da156c (patch) | |
| tree | 44901d4ce8f0364526ad9cd9970ca1096bb1ba1f /Makefile | |
| parent | 971337d54fc59f844d67e8882fc3435321c36bd3 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,11 +1,14 @@ .phony: site site-local run publish site: + rm -rf output emacs --script publish.el + ln -sfv ../static output/static site-local: CONFIG=local emacs --script publish.el run: site-local + mkdir -p output rm -f output/static ln -sfv ../static output/static mongoose-server -d output |
