File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ smoketest: FORCE
55 tinygo build -o ./out/jumpingopher.zero-kb02.uf2 --target ./targets/zero-kb02.json --size short ./games/jumpingopher/
66 tinygo build -o ./out/blocks.zero-kb02.uf2 --target ./targets/zero-kb02.json --size short ./games/blocks/
77 tinygo build -o ./out/all.gopher-badge.uf2 --target gopher-badge --size short ./games/all/
8- tinygo build -o ./out/flappygopher.gopher-badge.uf2 --target gopher-badge --size short ./games/flappygopher/
9- tinygo build -o ./out/jumpingopher.gopher-badge.uf2 --target gopher-badge --size short ./games/jumpingopher/
10- tinygo build -o ./out/blocks.gopher-badge.uf2 --target gopher-badge --size short ./games/blocks/
8+ tinygo build -o ./out/all.macropad-rp2040.uf2 --target macropad-rp2040 --size short ./games/all/
119
1210FORCE :
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ more info : [./games/jumpingopher](./games/jumpingopher)
3939
4040The other games are located under [ ./games] ( ./games ) .
4141
42+ Refer to the [ Makefile] ( ./Makefile ) for instructions on how to build.
43+
44+
4245# Add new hardware
4346
4447When adding new hardware, please refer to [ #7 ] ( https://github.com/sago35/koebiten/pull/7 ) .
You can’t perform that action at this time.
0 commit comments