From dcba1f66098faea92f084f4ee342c4b09ce9b322 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 23 May 2022 13:29:57 +0200 Subject: [PATCH] update Makefile (json configuration) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c010bc7..d87ef9c 100644 --- a/Makefile +++ b/Makefile @@ -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