From d9cb3f5f2f0af4c7ab115afc8d58a70d52c7222e Mon Sep 17 00:00:00 2001 From: "ph4ntome@gmail.com" Date: Thu, 6 Nov 2014 11:50:29 +0000 Subject: [PATCH] moved Makefile to root dir and updated it git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@224 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..57e5b62 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +DESTDIR=/usr + +all: callirhoe calmagick + cd scripts && ./make_pkg + +install: install-package + +install-package: + mkdir -p $(DESTDIR)/bin + mkdir -p $(DESTDIR)/share/callirhoe/holidays + install -m755 callirhoe $(DESTDIR)/bin/callirhoe + install -m755 calmagick $(DESTDIR)/bin/calmagick + install -m644 holidays/* $(DESTDIR)/share/callirhoe/holidays/