From f18666297208e3166a09a0ac380931009353fc0c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 5 Jun 2022 08:58:00 +0200 Subject: Let targetless make inform to use make install --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d59200..12e7b0b 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ DESTDIR=/usr ETCDIR=/etc +all: + : # No build step required, use `make install` to install this program + install: bin lib share uninstall: @@ -46,4 +49,4 @@ share: share/os.d \ "$(DESTDIR)/share/bashtard" -.PHONY: install uninstall qa bin lib man share +.PHONY: all install uninstall qa bin lib man share -- cgit v1.1