Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Feb 18, 2021
1 parent 7c8e4e9 commit 482adf8
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 @@ -471,7 +471,7 @@ clean: .cleaninst.LINUX.clean .cleaninst.LINUX32.clean .cleaninst.WIN32.clean .c
rm -rf pkg.pioasm.$(call arch,$@) >> $(call log,$@) 2>&1
touch $@

.stage.%.done: .stage.%.package .stage.%.mklittlefs .stage.%.elf2uf2 .state.%.pioasm
.stage.%.done: .stage.%.package .stage.%.mklittlefs .stage.%.elf2uf2 .stage.%.pioasm
echo STAGE: $@
echo Done building $(call arch,$@)

Expand Down

0 comments on commit 482adf8

Please sign in to comment.