Skip to content

Commit

Permalink
Merge pull request #6 from Gruetzig/patch-1
Browse files Browse the repository at this point in the history
we love /bin/sh
  • Loading branch information
ihaveamac committed May 4, 2024
2 parents fc4d9a1 + fcd78aa commit aeb7798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds/finalize_helper.firm: builds/finalize.romfs
@sed -i s/FINALIZE_SHA256SUM/$(shell sha256sum $< | awk '{print $$1}')/g GodMode9/data/autorun.gm9
@$(MAKE) -C GodMode9 SCRIPT_RUNNER=1
@cp GodMode9/output/GodMode9.firm $@
@printf '\x01' | dd conv=notrunc bs=1 seek=16 of=$@
@printf '\001' | dd conv=notrunc bs=1 seek=16 of=$@
clean:
@rm -rf builds
@$(MAKE) -C GodMode9 clean
Expand Down

0 comments on commit aeb7798

Please sign in to comment.