mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 05:43:53 +00:00
Estimated hours taken: 0.1 samples/muz/*: Add Philip Dart's `muz' program, as an example of a program written in Mercury.
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
MAIN_TARGET=muz
|
|
GRADE=asm_fast.gc
|
|
|
|
# Static linking
|
|
EXTRA_MLFLAGS = --static --mercury-libs static
|
|
|
|
depend: muz.depend
|
|
|
|
default_target: muz
|