diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,12 +2,13 @@ NAME = main # Not associated with files -.PHONY: all clean +.PHONY: all clean run -# Clean rule clean: trash -f public data i18n assets archetypes all: hugo +run: + hugo server -D |
