# -*- Makefile -*-

lib_TARGETS = champion

# Tu peux rajouter des fichiers sources, headers, ou changer
# des flags de compilation.
champion-srcs = prologin.cc utils.hh
champion-dists =
champion-cxxflags = -g -O0 -ggdb3 -Wall -Wextra -Werror

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