add nj target

This commit is contained in:
Mylloon 2023-04-11 16:30:26 +02:00
parent 0a3289084b
commit 41bd819c4d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -29,9 +29,11 @@ STATS_DIR = new_stats
%.cpp.o: src/%.cpp
$(CXX) -c -o $@ $< $(CXXFLAGS) $(DEVFLAGS)
all:
$(MAKE) mcts_player
$(MAKE) rand_player
all: default
default: mcts_player rand_player
nj: mcts_player
rand_player: CXXFLAGS += -Wall -O2
rand_player: compilation_rand