diff --git a/GNUmakefile b/GNUmakefile index c9bf608..cc6664d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -30,3 +30,6 @@ clean: ## Remove all of the build files @rm -rvf *.elc @rm -rvf public @rm -rvf .org-timestamps + +serve: ## Run a simple web server to look at the results + @cd public && php -S localhost:8000