Skip to content

Commit

Permalink
For Windows, delete esptool2.exe when cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
urmilparikh committed Sep 10, 2015
1 parent 72513ce commit ec0e2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ esptool2: esptool2.o esptool2_elf.o
$(LD) -o $@ $^

clean:
@echo "RM *.o esptool2"
@echo "RM *.o esptool2 esptool2.exe"
@rm -f *.o
@rm -f esptool2
@rm -f esptool2 esptool2.exe

0 comments on commit ec0e2c7

Please sign in to comment.