Skip to content

Commit

Permalink
minor fix to make clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 13, 2024
1 parent 643787b commit 32621ea
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 @@ -208,7 +208,7 @@ install:
endif

clean:
rm -f $(OBJS) $(TARGET).elf $(TARGET).hex $(DFILES)
rm -f $(OBJS) $(TARGET).elf $(TARGET).hex $(TARGET).bin $(DFILES)

compute_version:
$(eval LATEST_TAG ?= $(shell git fetch --depth=1 origin +refs/tags/*:refs/tags/* &> /dev/null && git tag --list "*$(BRANCH_SUFFIX)" | sort -V | tail -n1))
Expand Down

0 comments on commit 32621ea

Please sign in to comment.