aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-31 00:13:20 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-31 00:13:20 +0000
commit4de8bc7d3539ae3a8e64b7132b87c344eb46a5cb (patch)
tree8c92cb5648ad79f773df3fd327e9f723f15f20a5
parent4d51dc76d08e80c0a5ac0abf31d8e1ced153d161 (diff)
downloadem-4de8bc7d3539ae3a8e64b7132b87c344eb46a5cb.tar.gz
Fix mkfile
-rw-r--r--mkfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkfile b/mkfile
index 2b33658..f153627 100644
--- a/mkfile
+++ b/mkfile
@@ -1,8 +1,8 @@
test.html:
- em test.em > test.html
+ path=(. /bin) em test.em > test.html
README.html: README
- em README > README.html
+ path=(. /bin) em README > README.html
install:
cp em emcollect emparse htwrap /rc/bin/