Change executable name
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
path := src/*/*.c src/*.c src/*.s
|
path := src/*/*.c src/*.c src/*.s
|
||||||
include:= src/*.h
|
include:= src/*.h
|
||||||
binary := bin/hw2.exe
|
binary := bin/gtsp.run
|
||||||
|
|
||||||
source := $(wildcard ${path})
|
source := $(wildcard ${path})
|
||||||
headers:= $(wildcard ${include})
|
headers:= $(wildcard ${include})
|
||||||
obj := $(patsubst src/%, bin/%, $(patsubst %.c,%.o, $(patsubst %.s,%.s.o, $(source))))
|
obj := $(patsubst src/%, bin/%, $(patsubst %.c,%.o, $(patsubst %.s,%.s.o, $(source))))
|
||||||
|
|
||||||
CPLEX_INCLUDE = /.../.../.../IBM/ILOG/CPLEX_Studio1261/cplex/include/ilcplex
|
CPLEX_INCLUDE = .../IBM/ILOG/CPLEX_Studio1261/cplex/include/ilcplex
|
||||||
CPLEX_LIB_PATH = /.../.../.../IBM/ILOG/CPLEX_Studio1261/cplex/bin/x64_win64
|
CPLEX_LIB_PATH = .../IBM/ILOG/CPLEX_Studio1261/cplex/bin/x64_win64
|
||||||
CPLEX_LIB = cplex1261
|
CPLEX_LIB = cplex1261
|
||||||
|
|
||||||
flags := -O3 -g -Wall -pedantic -g --std=c11 -Winline -I$(CPLEX_INCLUDE)
|
flags := -O3 -g -Wall -pedantic -g --std=c11 -Winline -I$(CPLEX_INCLUDE)
|
||||||
|
|||||||
Reference in New Issue
Block a user