Added -f to clean command, so it actually cleans.

f13
Jacob McIntosh 2014-03-14 15:48:34 -05:00
parent 971eb539aa
commit 7fe2b46280
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ all: $(TARGET).hex $(TARGET).eep
clean:
@echo
@echo --- cleaning ---
git clean -dX # remove ignored files and directories
git clean -dX -f # remove ignored files and directories
# -----------------------------------------------------------------------------