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