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