first commit
This commit is contained in:
commit
063194f8be
349 changed files with 36508 additions and 0 deletions
9
tester/Makefile
Normal file
9
tester/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue