aboutsummaryrefslogtreecommitdiff
path: root/challenge-268/deadmarshal/modula-3/ch1/src/m3makefile
blob: f06cf832ba5eefe8917ebe2a6c042a4e216a9f8d (plain)
1
2
3
4
5
6
7
import("libm3")
import("libsio")
module("IntSorting")
generic_module("Sorting")
implementation("Ch1")
program("ch1")