diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3,7 +3,7 @@ MAKEFLAGS += -j2 | |||
| 3 | dev: server watch | 3 | dev: server watch |
| 4 | 4 | ||
| 5 | watch: | 5 | watch: |
| 6 | find content/*.md | entr make generate | 6 | find content/* templates/* static/* | entr make generate |
| 7 | 7 | ||
| 8 | server: | 8 | server: |
| 9 | browser-sync start --server ./public --watch --no-open --no-notify | 9 | browser-sync start --server ./public --watch --no-open --no-notify |
