X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ff4ff94b2589558e84ec0a9b3eebe7250d3f350f..5660920679bb5c5ae48a0e189b52886b0d0776f5:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index 90a8fa5a..f5640bc9 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -47,7 +47,6 @@ COPY=cp PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=$(UNAME) - else # Assume that we are running on Windows. @@ -55,8 +54,7 @@ DELETE=del /q MOVE=ren COPY=copy PATHSEP=\\# -#FLASH_TOOL=winsrc\\prox.exe -FLASH_TOOL=winsrc\\flash.exe +FLASH_TOOL=client\\flasher.exe DETECTED_OS=Windows endif