From: R. Steve McKown Date: Sat, 31 Jan 2015 20:34:02 +0000 (-0700) Subject: Add make target 'serve' X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=16bd0b51a3140c9d9a8d790bfa6767a8c51c380f Add make target 'serve' --- diff --git a/Makefile b/Makefile index 6773984..a2c3a2d 100644 --- a/Makefile +++ b/Makefile @@ -33,3 +33,6 @@ ifeq ($(wildcard webber.conf),) webber.conf: in/webber.conf ln -s in/webber.conf endif + +serve: + python serve.py