Skip to content

Commit

Permalink
restore devkitARM makefile
Browse files Browse the repository at this point in the history
keep Actions workflow on devkitARM until ported to Wonderful
  • Loading branch information
pinobatch committed Mar 31, 2024
1 parent e2736b7 commit 9a1dccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
sudo apt-get update
sudo apt-get install python3-pil -y
- name: Run makefile
- name: Run devkitARM makefile
run: |
cd gba
make
make -f dkaMakefile
- name: Upload ROM binaries
uses: actions/upload-artifact@master
Expand Down
2 changes: 1 addition & 1 deletion gba/dkaMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ $(TARGET).gba $(TARGET).elf: $(BUILD)
#---------------------------------------------------------------------------------
$(BUILD):
@[ -d $@ ] || mkdir -p $@
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/dkaMakefile

#---------------------------------------------------------------------------------
clean:
Expand Down

0 comments on commit 9a1dccf

Please sign in to comment.