diff options
author | rodri <rgl@antares-labs.eu> | 2023-12-23 00:12:34 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-12-23 00:12:34 +0000 |
commit | b34446e7025a15bd5b74fd5f88bb952028cc8a4a (patch) | |
tree | bb6e51e0c63bcf4f167936fd8e7991da2bbb1ac1 /mkfile | |
parent | f69cd8f04bbe059ce21f0c7be93fd081495c6371 (diff) | |
download | tinyrend-b34446e7025a15bd5b74fd5f88bb952028cc8a4a.tar.gz tinyrend-b34446e7025a15bd5b74fd5f88bb952028cc8a4a.tar.bz2 tinyrend-b34446e7025a15bd5b74fd5f88bb952028cc8a4a.zip |
organize the code better.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,10 +5,16 @@ TARG=tinyrend OFILES=\ main.$O\ nanosec.$O\ + alloc.$O\ + fb.$O\ + shadeop.$O\ + util.$O\ LIB=\ libobj/libobj.a$O\ +HFILES=dat.h fns.h + </sys/src/cmd/mkone libobj/libobj.a$O: |