We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fbef1 commit 63599a4Copy full SHA for 63599a4
makefile
@@ -70,7 +70,7 @@ clean_staging:
70
rm -rf $(DIR_STAGING)
71
72
build_ide:
73
- cd $(DIR_IDE); qmake $(NAME).pro; make $(JOBS)
+ cd $(DIR_IDE); qmake PropellerIDE.pro; make $(JOBS)
74
75
build_openspin:
76
cd $(DIR_OPENSPIN); make
0 commit comments