makefiles: do not uselessly use --global
[nit.git] / examples / pnacl / converter / Makefile
index f8d2ca3..aee71e8 100644 (file)
@@ -1,2 +1,8 @@
 default: 
-       ../../../bin/nitg --global --stacktrace none --no-main converter.nit
+       ../../../bin/nitg --semi-global converter.nit
+
+HTTPD_PY := python $(NACL_SDK_ROOT)/tools/httpd.py
+serve:
+       $(HTTPD_PY) -C . --no-dir-check
+
+.PHONY: serve