contrib: add an official nitpm_packages.txt list of repositories
[nit.git] / lib / pnacl / examples / 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