# -*- Makefile -*-

lib_TARGETS = champion

champion-srcs = $(wildcard *.c)
champion-cflags = -O2 -Wall -Wextra -std=c11

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

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