diff options
Diffstat (limited to 'challenge-268/deadmarshal/modula-3/ch1/src/m3makefile')
| -rw-r--r-- | challenge-268/deadmarshal/modula-3/ch1/src/m3makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/challenge-268/deadmarshal/modula-3/ch1/src/m3makefile b/challenge-268/deadmarshal/modula-3/ch1/src/m3makefile new file mode 100644 index 0000000000..f06cf832ba --- /dev/null +++ b/challenge-268/deadmarshal/modula-3/ch1/src/m3makefile @@ -0,0 +1,7 @@ +import("libm3") +import("libsio") +module("IntSorting") +generic_module("Sorting") +implementation("Ch1") +program("ch1") + |
