1dde1e43ed3b68a30a822edd230038076601335e
[mate.git] / scratch / ffiTest / Makefile
1 all: mate_support.c trapTest.hs
2         ghc -c mate_support.c
3         ghc --make trapTest.hs mate_support.o
4
5 ghci: all
6         ghci -package containers -package random trapTest.o mate_support.o trapTest_stub.o trapTest.hs
7
8 clean:
9         rm *.o *.hi trapTest trapTest_stub.c trapTest_stub.h