aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/paint/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/paint/mkfile')
-rw-r--r--src/cmd/paint/mkfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cmd/paint/mkfile b/src/cmd/paint/mkfile
new file mode 100644
index 00000000..272db4b4
--- /dev/null
+++ b/src/cmd/paint/mkfile
@@ -0,0 +1,11 @@
+<$PLAN9/src/mkhdr
+
+TARG=paint
+
+OFILES=\
+ eenter.$O\
+ paint.$O\
+
+HFILES=paint.h\
+
+<$PLAN9/src/mkone