CC/tester/Makefile
Jeena Paradies 063194f8be first commit
2011-04-19 11:37:05 +02:00

9 lines
164 B
Makefile

all: Grade
tests.tgz:
tar -czvf $@ `find examples -name "*.jl" -or -name "*.output"`
%: %.hs *.hs
ghc -main-is $* -threaded --make $<
clean:
rm *.{hi,o} Grade