mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-05-01 17:24:34 +00:00
Estimated hours taken: 0.1 Add the DPPD (dozens of problems in partial deduction) suite to the tests directory.
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
MCFLAGS=#--pd --no-inlining -d 35 -D petdr #-d 99
|
|
#GRADE=asm_fast.gc.prof
|
|
MLFLAGS=--static
|
|
|
|
default_target: run
|
|
|
|
clean: run.clean
|
|
realclean: run.realclean
|
|
depend: run.depend
|