Skip to content

Commit a258c6f

Browse files
committed
Update README.md and Makefile
1 parent 3cc7830 commit a258c6f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

1210
FORCE:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ more info : [./games/jumpingopher](./games/jumpingopher)
3939

4040
The 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

4447
When adding new hardware, please refer to [#7](https://github.com/sago35/koebiten/pull/7).

0 commit comments

Comments
 (0)