Added Makefile

This commit is contained in:
Willi Mutschler
2020-05-07 10:52:11 +02:00
parent fdca1c0926
commit 29de9728d2
2 changed files with 9 additions and 6 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
PKGNAME ?= timeshift-autosnap-apt
.PHONY: install
install:
@install -Dm644 -t "$(DESTDIR)/etc/apt/apt.conf.d/" 80-timeshift-autosnap-apt
@install -Dm755 -t "$(DESTDIR)/usr/bin/" timeshift-autosnap-apt
@install -Dm644 -t "$(LIB_DIR)/etc/" timeshift-autosnap-apt.conf