From a7c9ffae3a723bb38eb5badcbcf9f674544a34fa Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 28 Oct 2015 18:50:13 +0100 Subject: Makefile: Add makefile to install all scripts --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..958e8b4 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +PREFIX:=$(HOME) +BINDIR=$(PREFIX)/bin + +install: + install -d $(BINDIR) + install --mode=755 server.pl $(BINDIR)/server + install --mode=755 log.pl $(BINDIR)/log + install --mode=755 stats.pl $(BINDIR)/stats -- cgit v1.2.3-1-g7c22