mirror of
https://codeberg.org/privacy1st/rotate-screen
synced 2024-11-22 21:39:33 +01:00
update Makefile (json configuration)
This commit is contained in:
parent
52ff900fd2
commit
dcba1f6609
4
Makefile
4
Makefile
@ -13,7 +13,7 @@ all: install
|
|||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
install -Dm0555 rotate-screen.py '$(DESTDIR)$(BINDIR)'rotate-screen
|
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
|
.PHONY: check-pkgname
|
||||||
check-pkgname:
|
check-pkgname:
|
||||||
@ -23,4 +23,4 @@ check-pkgname:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf '$(DESTDIR)$(BINDIR)'rotate-screen
|
rm -rf '$(DESTDIR)$(BINDIR)'rotate-screen
|
||||||
rm -rf '$(DESTDIR)$(CFGDIR)'rotate-screen.cfg
|
rm -rf '$(DESTDIR)$(CFGDIR)'rotate-screen.json
|
||||||
|
Loading…
Reference in New Issue
Block a user