Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 committed Oct 11, 2023
1 parent 4083b50 commit d8b0af9
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 @@ -2,7 +2,7 @@ smoketest: FORCE
go build .
mkdir -p out
tinygo build -o ./out/fric10key.uf2 --target xiao-rp2040 --size short ./targets/fric10key/
tinygo build -o ./out/gobadge.uf2 --target gobadge --size short ./targets/gobadge/
tinygo build -o ./out/gobadge.uf2 --target pybadge --size short ./targets/gobadge/
tinygo build -o ./out/gopher-badge.uf2 --target gopher-badge --size short ./targets/gopher-badge/
tinygo build -o ./out/macropad-rp2040.uf2 --target macropad-rp2040 --size short ./targets/macropad-rp2040/
tinygo build -o ./out/sgkb-left.uf2 --target xiao-rp2040 --size short ./targets/sgkb/left/
Expand Down

0 comments on commit d8b0af9

Please sign in to comment.