diff options
author | David <dbphillipsnz@gmail.com> | 2014-02-13 21:56:22 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-02-13 21:56:22 +1300 |
commit | 6d4d20863bb0bf2dc9d8f2ae6526f4a795d26087 (patch) | |
tree | 3177cdb94f4781158150be5ee1de173992238f79 /Makefile | |
parent | 801455e69461f3e7cdfd546958ed4c10673a5726 (diff) | |
download | paramano-6d4d20863bb0bf2dc9d8f2ae6526f4a795d26087.tar.xz |
Added missing files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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 |