From beaa536f14d5a13cb7b4459c30224c3804f24bb2 Mon Sep 17 00:00:00 2001 From: Axel CHEMIN Date: Thu, 10 Dec 2020 18:05:57 +0100 Subject: [PATCH] revert sur le Makefile pour aller sur Linux --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c9c967f..d737ff9 100644 --- a/Makefile +++ b/Makefile @@ -3,19 +3,19 @@ OBJ = obj SRC = src INCLUDE = include CFLAGS = -CLIBS = -lusb-1.0 -I"C:\Program Files\zLib\libusb-1.0.23\include" -B"C:\Program Files\zLib\libusb-1.0.23\MinGW32\static" +CLIBS = -lusb-1.0 -I"C:\Program Files\zLib\libusb-1.0.23\include" +#sur le Windows d'Axel : +#CLIBS := ${CLIBS} -B"C:\Program Files\zLib\libusb-1.0.23\MinGW32\static" GNUMAKEFLAGS = --no-print-directory gcc = gcc -gcc := "/mnt/c/Program Files (x86)/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/gcc.exe" +#sur le Windows d'Axel : +#gcc := "/mnt/c/Program Files (x86)/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/gcc.exe" -VERBOSE_THRESHOLD?=3 - DEBUG?=0 ifeq ($(DEBUG), 0) CFLAGS = -W -Wall - VERBOSE_THRESHOLD = 0 else CFLAGS = -W -Wall -g -O0 -DDEBUG endif -- libgit2 0.21.2