# -*- Makefile -*-

lib_TARGETS = champion

# Tu peux rajouter des fichiers sources, headers, ou changer
# des flags de compilation.
champion-srcs = Map.cpp \
    construction.cpp \
    global.cpp \
    deplacement.cpp \
    tirs.cpp \
    siege.cpp \
    WizardGroup.cpp

champion-dists = prologin.h \
    Map.h \
    global.h \
    WizardGroup.h

champion-cxxflags = -ggdb3 -Wall -std=c++11

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