Skip to content

Commit 63599a4

Browse files
committed
Fixed glitch in IDE makefile generation
1 parent 30fbef1 commit 63599a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ clean_staging:
7070
rm -rf $(DIR_STAGING)
7171

7272
build_ide:
73-
cd $(DIR_IDE); qmake $(NAME).pro; make $(JOBS)
73+
cd $(DIR_IDE); qmake PropellerIDE.pro; make $(JOBS)
7474

7575
build_openspin:
7676
cd $(DIR_OPENSPIN); make

0 commit comments

Comments
 (0)