# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) 2020 Association Prologin <association@prologin.org>

# Add all your sources (must be suffixed by *.hs) in here, separated by spaces
CHAMPION_FILES = Champion.hs

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

CHAMPION_FILES += interface.cc CApi.hsc Api.hs api.h
-include Makefile-haskell
