Fix mistake in the verify code, add version string
[bootloader] / cli / Makefile
index 415fa07..1275d46 100644 (file)
@@ -3,7 +3,7 @@ LDFLAGS= $(CFLAGS)
 
 SRC=log.c boot.c protocol.c devices.c memory.c
 
-WINDOWS=1
+WINDOWS=0
 
 ifeq ($(WINDOWS),1)
 PREFIX=i686-w64-mingw32-