Skip to content
Snippets Groups Projects
Commit b4448db3 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Make: Add target install

parent ac4d886d
No related branches found
No related tags found
No related merge requests found
VERSION=1.1
ARCHIVE=osdd-$(VERSION).tar.gz
CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
CFLAGS=-g3 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
all: osdd osdc osd-batt osd-alsa
......@@ -23,6 +23,15 @@ display.o: CFLAGS+=$(shell pkg-config --cflags xft)
clean:
rm -f *~ *.o TAGS core osdd osdc osd-batt osd-alsa
install:
cp osdd osdc not2osd osd-alsa osd-batt osd-clock osdd-run osd-mpc-volume not2osd /usr/bin
compile-install:
$(MAKE) all
sudo $(MAKE) install
release:
git tag v$(VERSION)
git push --tags
......
......@@ -3,6 +3,7 @@
On-Screen Display Daemon
(c) 2010 Martin Mares <mj@ucw.cz>
(c) 2021 Jiří Kalvoda <jirikalvoda@kam.mff.cuni.cz>
You can use and distribute this program under the terms of GPLv2.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment