# Add all your champion files in here, separated by spaces
# Include all the sources (must end with *.c), headers (must end with *.h) and
# README files.
CHAMPION_FILES = champion.c

# ----
# Do not modify the lines below

CHAMPION_FILES += interface.cc api.h
-include Makefile-c
