Skip to content

Commit

Permalink
fw: make clean now cleans up *.vsym
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 8, 2017
1 parent 9d3336f commit 0708ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ include $(foreach F, $(filter-out ISR-ADC_vect.S, $(wildcard *.c *.S)), .deps/$(
clean: clean-common
rm -f $(CLEANFILES)
rm -f $(COMMON_OBJ) $(OTHER_OBJ)
rm -f *.hex *.eep *.cof *.elf *.map *.sym *.lss
rm -f *.hex *.eep *.cof *.elf *.map *.sym *.lss *.vsym
rm -f check-*.check
rm -f *.lst
rm -f *.o
Expand Down

0 comments on commit 0708ecb

Please sign in to comment.