diff options
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 |