# -*- Makefile -*-

lib_TARGETS = champion

# Tu peux rajouter des fichiers sources, headers, ou changer
# des flags de compilation.
champion-srcs = prologin.cc colonisation.cc iles.cc volcans.cc bateaux.cc influence.cc attaque.cc debug.cc
champion-dists = colonisation.hh debug.hh iles.hh volcans.hh bateaux.hh influence.hh attaque.hh README
champion-cxxflags = -ggdb3 -Wall -std=c++11

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