X-Git-Url: http://nitlanguage.org diff --git a/lib/app/examples/Makefile b/lib/app/examples/Makefile index 2dfc094..946b7a5 100644 --- a/lib/app/examples/Makefile +++ b/lib/app/examples/Makefile @@ -4,22 +4,22 @@ android: http_request_example.apk ui_example.apk ios: http_request_example.app ui_example.app -http_request_example: $(shell nitls -M http_request_example.nit linux) +http_request_example: $(shell nitls -M http_request_example.nit -m linux) nitc http_request_example.nit -m linux -http_request_example.apk: $(shell nitls -M http_request_example.nit android) +http_request_example.apk: $(shell nitls -M http_request_example.nit -m android) nitc http_request_example.nit -m android -http_request_example.app: $(shell nitls -M http_request_example.nit ios) +http_request_example.app: $(shell nitls -M http_request_example.nit -m ios) nitc http_request_example.nit -m ios -ui_example: $(shell nitls -M ui_example.nit linux) +ui_example: $(shell nitls -M ui_example.nit -m linux) nitc ui_example.nit -m linux -ui_example.apk: $(shell nitls -M ui_example.nit android) +ui_example.apk: $(shell nitls -M ui_example.nit -m android) nitc ui_example.nit -m android -ui_example.app: $(shell nitls -M ui_example.nit ios) +ui_example.app: $(shell nitls -M ui_example.nit -m ios) nitc ui_example.nit -m ios clean: