aboutsummaryrefslogtreecommitdiff
path: root/challenge-279/deadmarshal/modula-3/ch1/src/m3makefile
blob: eb2e2cdc49b8c794d4d5bc236c328b11ba42283d (plain)
1
2
3
4
5
6
7
8
9
10
11
import("libm3")
import("libsio")

generic_module("Pair")

module("specializations/CharIntPair")
module("specializations/CharIntPairArraySort")

implementation("Ch1")
program("ch1")