unitrun.sh: do not crash when no time.out file
[nit.git] / examples / pnacl / converter / Makefile
1 default:
2 ../../../bin/nitg --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