From 6d4d20863bb0bf2dc9d8f2ae6526f4a795d26087 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 13 Feb 2014 21:56:22 +1300 Subject: Added missing files --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c6c1835 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: + make all --directory=./src/ + +install: + install -D data/*.png /usr/share/trayfreq/ + install -D data/trayfreq.config /usr/share/trayfreq/trayfreq.config + install -D data/trayfreq.desktop /etc/xdg/autostart/trayfreq.desktop + + install -Dm 755 src/trayfreq /usr/bin/trayfreq + install -Dm 755 src/trayfreq-set /usr/bin/trayfreq-set \ No newline at end of file -- cgit v1.1