#
# Makefile
#

SRCS      = prologin.hs # Ajoutez ici vos fichiers .c
NAME      = champion.so

MY_CFLAGS = -ggdb3

include ../includes/makehaskell
