Add serve command to makefile for easy testing
This commit is contained in:
parent
799720ee2c
commit
6edcc99f08
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue