lib: move pnacl to its own project directory
[nit.git] / examples / pnacl / converter / Makefile
1 default:
2 ../../../bin/nitc --semi-global converter.nit
3
4 HTTPD_PY := python $(NACL_SDK_ROOT)/tools/httpd.py
5 serve:
6 $(HTTPD_PY) -C . --no-dir-check
7
8 .PHONY: serve