Skip to content

Commit

Permalink
devel/lua-bitop: Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 22, 2022
1 parent 2e75404 commit a410d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/lua-bitop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ COMMENT= Bitwise operations on numbers

LICENSE= MIT

USES= gmake lua:module

CFLAGS+= -I${LUA_INCDIR}
MAKE_ARGS= CC=${CC} LUA=${LUA_CMD}
TEST_TARGET= test
USES= gmake lua:module

PLIST_FILES= ${LUA_MODLIBDIR}/bit.so

Expand Down

0 comments on commit a410d97

Please sign in to comment.