aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6efd638f7f3e80c50dec1cd3c64d7ba52d62aeed (plain) (blame)
1
2
3
4
5
6
7
8
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