Skip to content

Commit ce730dd

Browse files
committed
fix mkfile install rule
1 parent 3469224 commit ce730dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mkfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
</$objtype/mkfile
22

33
TARG=lua9
4-
BIN=/$objtype/bin/
4+
BIN=/$objtype/bin
55
LIB=lua/liblua.a.$O
66
OFILES=\
77
display.$O \
@@ -28,8 +28,6 @@ CFLAGS=-FTVw -p -Ilua/shim -Ilua -DLUA_USE_PLAN9
2828
$LIB:V:
2929
@{cd lua; mk}
3030

31-
install:V: man
32-
3331
pull:V:
3432
@{if(test -d lua){cd lua; git/pull}
3533
if not git/clone https://git.sr.ht/~kvik/lu9-lua lua}

0 commit comments

Comments
 (0)