Skip to content

Commit ad227c7

Browse files
committed
Add makefile
1 parent 9371146 commit ad227c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.PHONY: build test
2+
3+
OBJS=src/lua-urlencode.o
4+
5+
build: $(OBJS)
6+
luarocks build
7+
8+
test: build
9+
LUA_CPATH=./?.so lua test/test.lua
10+

0 commit comments

Comments
 (0)