From 907f610040e3dfb54a83155c36527a65b7f08e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Mon, 13 Feb 2017 16:04:41 +0000 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6efd638 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +DEST_LUA = $(DESTDIR)/usr/share/lua/5.3/inet + +.PHONY: install build test +build: +install: + install -d $(DEST_LUA) + install -m644 lua/inet/*.lua $(DEST_LUA) +test: + ./test.lua -- cgit v1.2.1