summaryrefslogtreecommitdiff
path: root/libgraphics/mkfile
diff options
context:
space:
mode:
authorrgl <devnull@localhost>2020-02-03 22:42:28 +0100
committerrgl <devnull@localhost>2020-02-03 22:42:28 +0100
commit0373255087377122eeb10e006ffb8aa1b57e611c (patch)
tree33a4fafa4996fc2efa205b2973622c3fbd27f368 /libgraphics/mkfile
download3dee-0373255087377122eeb10e006ffb8aa1b57e611c.tar.gz
3dee-0373255087377122eeb10e006ffb8aa1b57e611c.tar.bz2
3dee-0373255087377122eeb10e006ffb8aa1b57e611c.zip
after a year or so of work, i dare create a proper repo.
Diffstat (limited to 'libgraphics/mkfile')
-rw-r--r--libgraphics/mkfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgraphics/mkfile b/libgraphics/mkfile
new file mode 100644
index 0000000..b7669a3
--- /dev/null
+++ b/libgraphics/mkfile
@@ -0,0 +1,11 @@
+</$objtype/mkfile
+
+LIB=../libgraphics.a$O
+OFILES=\
+ triangle.$O\
+ camera.$O\
+ render.$O\
+
+HFILES=../graphics.h
+
+</sys/src/cmd/mklib