# -*- Makefile -*-

lib_TARGETS = champion

champion-srcs = $(wildcard *.ml)
champion-camlflags = -g

# Evite de toucher a ce qui suit
champion-dists = interface.hh
champion-srcs += interface.cc

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