Skip to content

Commit

Permalink
strange extra issues in a fresh APExp checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
glenda committed Sep 14, 2024
1 parent 257d76d commit c9efe71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sys/src/ape/cmd/lex/flex/mkfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TARG=lex
APEXPROOT=../../../../../..
BIN=$APEXPROOT/$objtype/bin/ape
LIB=$APEXPROOT/$objtype/lib/ape/libfl.a
LIB=$APEXPROOT/$objtype/lib/ape/libfl.a $APEXPROOT/$objtype/lib/ape/libpcre2.a $APEXPROOT/$objtype/lib/ape/libap.a

OFILES= \
#src\
Expand Down
1 change: 1 addition & 0 deletions sys/src/ape/cmd/lex/mkfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ all:V:
@{ cd $i; mk }

install:V:
bind -b $APEXPROOT/$objtype/lib/ape /$objtype/lib/ape
for (i in $DIRS)
@{ cd $i; mk $target }
cp $FLEXSRC/FlexLexer.h $APEXPROOT/sys/include/ape/
Expand Down

0 comments on commit c9efe71

Please sign in to comment.