first commit

This commit is contained in:
Jeena Paradies 2011-04-19 11:37:05 +02:00
commit 063194f8be
349 changed files with 36508 additions and 0 deletions

9
tester/Makefile Normal file
View file

@ -0,0 +1,9 @@
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