We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9371146 commit ad227c7Copy full SHA for ad227c7
Makefile
@@ -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