diff options
author | rodri <rgl@antares-labs.eu> | 2024-08-31 16:07:55 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-08-31 16:07:55 +0000 |
commit | b94627b33d055c0d644480c9100d19c6318ed9c1 (patch) | |
tree | 90621333ad3865b1c2e675adf00d062f7907b566 /s4/mkfile | |
parent | 8cca4d1fe83f792d0f3c5dd897611ea2ff441de0 (diff) | |
download | rhoc-front.tar.gz rhoc-front.tar.bz2 rhoc-front.zip |
stage 4 (incomplete).front
Diffstat (limited to 's4/mkfile')
-rw-r--r-- | s4/mkfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/s4/mkfile b/s4/mkfile new file mode 100644 index 0000000..70aeac7 --- /dev/null +++ b/s4/mkfile @@ -0,0 +1,16 @@ +</$objtype/mkfile + +TARG=rhoc3 +OFILES=\ + y.tab.$O\ + sym.$O\ + builtin.$O +YFILES=\ + rhoc.y +HFILES=\ + dat.h\ + fns.h\ + y.tab.h +BIN=/$objtype/bin + +</sys/src/cmd/mkone |