From 6799183a66dd850f53ef66af123c82f86abd7602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Mon, 6 Mar 2017 10:25:03 +0000 Subject: Cleanup Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only keeping the test target, as the rest is unmaintained, since it's not used when installing through the Debian packaging. Signed-off-by: Asbjørn Sloth Tønnesen --- Makefile | 10 +++------- 1 file 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 -- cgit v1.2.1