Commit beaa536f14d5a13cb7b4459c30224c3804f24bb2

Authored by achemin1
1 parent 0cd64dcd

revert sur le Makefile pour aller sur Linux

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
@@ -3,19 +3,19 @@ OBJ = obj @@ -3,19 +3,19 @@ OBJ = obj
3 SRC = src 3 SRC = src
4 INCLUDE = include 4 INCLUDE = include
5 CFLAGS = 5 CFLAGS =
6 -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" 6 +CLIBS = -lusb-1.0 -I"C:\Program Files\zLib\libusb-1.0.23\include"
  7 +#sur le Windows d'Axel :
  8 +#CLIBS := ${CLIBS} -B"C:\Program Files\zLib\libusb-1.0.23\MinGW32\static"
7 GNUMAKEFLAGS = --no-print-directory 9 GNUMAKEFLAGS = --no-print-directory
8 10
9 gcc = gcc 11 gcc = gcc
10 -gcc := "/mnt/c/Program Files (x86)/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/gcc.exe" 12 +#sur le Windows d'Axel :
  13 +#gcc := "/mnt/c/Program Files (x86)/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/gcc.exe"
11 14
12 15
13 -VERBOSE_THRESHOLD?=3  
14 -  
15 DEBUG?=0 16 DEBUG?=0
16 ifeq ($(DEBUG), 0) 17 ifeq ($(DEBUG), 0)
17 CFLAGS = -W -Wall 18 CFLAGS = -W -Wall
18 - VERBOSE_THRESHOLD = 0  
19 else 19 else
20 CFLAGS = -W -Wall -g -O0 -DDEBUG 20 CFLAGS = -W -Wall -g -O0 -DDEBUG
21 endif 21 endif