From fd3a1452bd72f0e6562ae592a754be6c6491cc08 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Mon, 25 Mar 2013 19:22:31 +0100 Subject: skylog: add Makefile for make install --- skylog/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 skylog/Makefile diff --git a/skylog/Makefile b/skylog/Makefile new file mode 100644 index 0000000..50ef680 --- /dev/null +++ b/skylog/Makefile @@ -0,0 +1,9 @@ +PREFIX=/usr/local +BINDIR=$(PREFIX)/bin + +BINARIES=skylog.py skydbg.py runskype_skylog.sh + +all: + +install: + install -m 0755 $(BINARIES) $(BINDIR) -- cgit v1.2.3-59-g8ed1b