# Add all your champion files in here, separated by spaces
# Include all the sources (must end with *.py) and README files.
CHAMPION_FILES = Champion.py defs_utiles.py fonctions_utiles.py

# ----
# Do not modify the lines below

CHAMPION_FILES += interface.cc api.py
-include Makefile-python

test:
	make clean
	make all
	stechec2-run config.yml
	make tar
	viewer dump.json
