aboutsummaryrefslogtreecommitdiff
path: root/challenge-281/deadmarshal/modula-3/ch2/src/m3makefile
blob: 8b2702e54d5c058fe66c44a14bd00d019363e34e (plain)
1
2
3
4
5
6
7
import("libm3")
import("libsio")
interface("Cell")
sequence("Cell","Cell")
implementation("Ch2")
program("ch2")