diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:13:20 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:13:20 +0000 |
commit | 4de8bc7d3539ae3a8e64b7132b87c344eb46a5cb (patch) | |
tree | 8c92cb5648ad79f773df3fd327e9f723f15f20a5 /mkfile | |
parent | 4d51dc76d08e80c0a5ac0abf31d8e1ced153d161 (diff) | |
download | em-4de8bc7d3539ae3a8e64b7132b87c344eb46a5cb.tar.gz |
Fix mkfile
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |