Merge branch 'alex' into beccadev
This commit is contained in:
commit
47bee14cbb
1 changed files with 9 additions and 0 deletions
9
makefile
Executable file
9
makefile
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
# makefile
|
||||||
|
|
||||||
|
all: test
|
||||||
|
|
||||||
|
test: test.o
|
||||||
|
g++ -std=c++11 -o test test.o Engine.o Piece.o Board.o
|
||||||
|
|
||||||
|
test.o: test.cpp Engine.cpp Board.cpp Piece.cpp
|
||||||
|
g++ -std=c++11 -c -g test.cpp Engine.cpp Board.cpp Piece.cpp
|
Reference in a new issue