Added make file
This commit is contained in:
parent
173f4875d8
commit
7558e40058
12
ReflexToQ3/makefile
Normal file
12
ReflexToQ3/makefile
Normal file
@ -0,0 +1,12 @@
|
||||
EXV6=reflex2q3_v6
|
||||
EXV8=reflex2q3_v8
|
||||
CC=g++
|
||||
CFLAGS=-std=c++11 -I"includes"
|
||||
|
||||
all: V6 V8
|
||||
|
||||
V6:
|
||||
$(CC) includes/mapparser.cpp main.cpp $(CFLAGS) -o $(EXV6) 2>error6.log
|
||||
|
||||
V8:
|
||||
$(CC) includes/mapparser.cpp main.cpp $(CFLAGS) -o $(EXV8) 2>error8.log
|
Loading…
Reference in New Issue
Block a user