update Makefile (json configuration)

This commit is contained in:
Daniel Langbein 2022-05-23 13:29:57 +02:00
parent 52ff900fd2
commit dcba1f6609

View File

@ -13,7 +13,7 @@ all: install
.PHONY: install
install:
install -Dm0555 rotate-screen.py '$(DESTDIR)$(BINDIR)'rotate-screen
install -Dm0644 -o0 example.cfg '$(DESTDIR)$(CFGDIR)'rotate-screen.cfg
install -Dm0644 -o0 example.json '$(DESTDIR)$(CFGDIR)'rotate-screen.json
.PHONY: check-pkgname
check-pkgname:
@ -23,4 +23,4 @@ check-pkgname:
.PHONY: clean
clean:
rm -rf '$(DESTDIR)$(BINDIR)'rotate-screen
rm -rf '$(DESTDIR)$(CFGDIR)'rotate-screen.cfg
rm -rf '$(DESTDIR)$(CFGDIR)'rotate-screen.json