forked from numworks/epsilon
-
Notifications
You must be signed in to change notification settings - Fork 92
FAQ
Quentin edited this page Oct 30, 2019
·
4 revisions
Error
Omega git:(omega-master) make PLATFORM=simulator
apps/Makefile:11: apps/rpn/Makefile: No such file or directory
make: *** No rules to make « apps/rpn/Makefile ». Stop.
Fix
You forgot the --recursive
tag during clone. Execute the following command:
git submodule update --init --recursive