style suggestion for data decl.
[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 -f *.o *.hi trapTest trapTest_stub.c trapTest_stub.h