Update with more iOS details.
[pwl6.git] / rules / server.mk
1 # This is free and unencumbered software released into the public
2 # domain. To the extent possible under law, the author of this file
3 # waives all copyright and related or neighboring rights to it.
4
5 $(call include-once.,javascript.mk)
6
7 HTTP_SERVER_PORT ?= 8000
8
9 serve: | $(npmbindir)/http-server
10 $(npmbindir)/http-server $(@D) -p $(HTTP_SERVER_PORT) -c-1
11
12 .PHONY: serve