]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
FIX: this commit solves a sneaky bug in 'LF VIKING' commands. The getVikingBits...
[proxmark3-svn] / common / Makefile.common
index 98ff4d0d8aa2ae64b5caf4d74b63c6d22d0a77f7..61bcef5dae9cc943c301917b4c28bdc19a02ad4b 100644 (file)
@@ -55,8 +55,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
@@ -67,7 +66,7 @@ VPATH = . ../common ../fpga ../zlib
 
 INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
 
-CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 $(APP_CFLAGS) -Os
+CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -Wunused -std=c99 $(APP_CFLAGS) -Os
 LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
 
 LIBS = -lgcc
Impressum, Datenschutz