aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 6efd638..eae0586 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,5 @@
-DEST_LUA = $(DESTDIR)/usr/share/lua/5.3/inet
-
-.PHONY: install build test
+.PHONY: build test
build:
-install:
- install -d $(DEST_LUA)
- install -m644 lua/inet/*.lua $(DEST_LUA)
test:
- ./test.lua
+ lua5.2 ./test.lua
+ lua5.3 ./test.lua