diff options
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -21,5 +21,15 @@ HFILES=dat.h fns.h BIN=/$objtype/bin +PROLOGFILES=\ + stdlib.pl\ + repl.pl + +default:V: all + +install: $PROLOGFILES + mkdir -p /sys/lib/prolog + cp $PROLOGFILES /sys/lib/prolog + </sys/src/cmd/mkone |