Skip to content

Commit

Permalink
Chore: add missing variable to submake, readd gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Jan 25, 2025
1 parent 6eb7ecd commit 60787ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/artifacts
/JavaApp/.gradle
/JavaApp/build
/JavaApp/local_out
/Natives/PojavLauncher
/Natives/build
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ native:

java:
echo '[PojavLauncher v$(VERSION)] java - start'
$(MAKE) -C JavaApp -j$(JOBS)
$(MAKE) -C JavaApp -j$(JOBS) BOOTJDK=$(BOOTJDK)
echo '[PojavLauncher v$(VERSION)] java - end'

jre: native
Expand Down

0 comments on commit 60787ca

Please sign in to comment.