# -*- Makefile -*-

lib_TARGETS = champion

# Tu peux rajouter des fichiers sources, headers, ou changer
# des flags de compilation.
champion-srcs = $(wildcard *.cc) $(wildcard *.cpp)
champion-cxxflags = -O2 -Wall -std=c++11

V=1
include $(MFPATH)/rules.mk
