# HG changeset patch # User Oleksandr Gavenko # Date 1699800128 -7200 # Node ID 03c2b7f76bb773461e62186b90b4f676f47deadb # Parent ad0d69732368eadb5a8615c5df63a43ed543be7b Target to install only essential files. diff -r ad0d69732368 -r 03c2b7f76bb7 Makefile --- a/Makefile Sun Nov 12 16:41:37 2023 +0200 +++ b/Makefile Sun Nov 12 16:42:08 2023 +0200 @@ -101,6 +101,12 @@ ################################################################ # Install/uninstall targets. +# Essential rc files. +.PHONY: install-mini +.ONESHELL: +install-mini: + $(INSTALL_DATA) -t $(HOME) ${TARBALL_MINI_DEPS} + .PHONY: install .ONESHELL: install: