Added README and Makefile
[nit.git] / contrib / online_ide / Makefile
1 default:
2 ../../bin/nitg --global sources/nit/pnacl_nit.nit -I ../../src/
3 cp pnacl_nit/pnacl_nit.pexe www/pnacl/ -f
4 rm -rf pnacl_nit/
5 rm -rf .nit_compile
6
7 HTTPD_PY := python $(NACL_SDK_ROOT)/tools/httpd.py
8 serve:
9 cd www/; \
10 $(HTTPD_PY) -C . --no-dir-check
11
12 .PHONY: serve