Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add target to run web server
  • Loading branch information
coke committed Oct 8, 2015
1 parent f9d2442 commit 0f38cf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -19,3 +19,7 @@ help:
@echo " html: generate the HTML documentation"
@echo " html-nohighlight: generate HTML documentation without syntax highlighting"
@echo " test: run the test suite"

run:
@echo "Starting local server…"
perl app.pl daemon

0 comments on commit 0f38cf1

Please sign in to comment.