diff options
Diffstat (limited to 'challenge-252/deadmarshal/modula-3/ch2/src/m3makefile')
| -rw-r--r-- | challenge-252/deadmarshal/modula-3/ch2/src/m3makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/challenge-252/deadmarshal/modula-3/ch2/src/m3makefile b/challenge-252/deadmarshal/modula-3/ch2/src/m3makefile new file mode 100644 index 0000000000..6a91079091 --- /dev/null +++ b/challenge-252/deadmarshal/modula-3/ch2/src/m3makefile @@ -0,0 +1,3 @@ +import("libsio") +implementation("Ch2") +program("ch2") |
