diff options
author | rodri <rgl@antares-labs.eu> | 2020-02-20 21:56:37 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2020-02-20 21:56:37 +0000 |
commit | e1cb9df9355a6ae67aac76dbcde209b8f70796ee (patch) | |
tree | 2a5a01e89fb4b1f9bd497a318fb59e0e34622d60 /mkfile | |
download | asteroids-master.tar.gz asteroids-master.tar.bz2 asteroids-master.zip |
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +</$objtype/mkfile + +BIN=/$objtype/bin/ +TARG=asteroids +OFILES=\ + main.$O\ + util.$O\ + vector.$O\ + triangle.$O + +HFILES=dat.h fns.h + +</sys/src/cmd/mkone |