aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-25 19:22:31 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-25 19:22:31 +0100
commitfd3a1452bd72f0e6562ae592a754be6c6491cc08 (patch)
tree99b4e2eee8ede10af3e247dc10486e188789f183
parentskylog: add #!/usr/bin/env python (diff)
downloadlaurent-tools-fd3a1452bd72f0e6562ae592a754be6c6491cc08.tar.xz
laurent-tools-fd3a1452bd72f0e6562ae592a754be6c6491cc08.zip
skylog: add Makefile for make install
Diffstat (limited to '')
-rw-r--r--skylog/Makefile9
1 files changed, 9 insertions, 0 deletions
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)