diff options
author | glenda <glenda@cirno> | 2022-09-12 14:43:45 +0000 |
---|---|---|
committer | glenda <glenda@cirno> | 2022-09-12 14:43:45 +0000 |
commit | 9f463939c96f8528819c66678c1be0c6333cdd11 (patch) | |
tree | db646e5c2c78937c9caf7014084f9e2fe152f49e /mkfile | |
parent | a730f5c5dd9fc7c97bb50024f01a407bc6bc7be8 (diff) |
Install runtime
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -22,4 +22,14 @@ HFILES=\ BIN=/$objtype/bin +DISTFILES=\ + runtime/stdlib.apl\ + runtime/start.apl\ + +default:V: all + +install: $DISTFILES + mkdir -p /sys/lib/apl/runtime + cp $DISTFILES /sys/lib/apl/runtime + </sys/src/cmd/mkone |