# -*- Makefile -*-

lib_TARGETS = champion

# Tu peux rajouter des fichiers sources, headers, ou changer
# des flags de compilation.
champion-srcs = prologin.cc
champion-dists =
champion-cxxflags = -ggdb3 -Wall -std=c++11

# Evite de toucher a ce qui suit
champion-dists += prologin.hh
STECHEC_LANG=cxx
include ../includes/rules.mk

run: champion.so config.yml map.txt
	stechec2-run config.yml

play: dump.json
	prologin2019-replay $^
