diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-06 10:40:41 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-06 10:40:41 +0200 |
commit | f41e69ac623f646b07785753c09330600258123d (patch) | |
tree | b8c766fab71a1a46d2eb2ddad4da8afe832372fd /Makefile | |
parent | aur: 2.0-1 (diff) | |
download | config-links-f41e69ac623f646b07785753c09330600258123d.tar.gz config-links-f41e69ac623f646b07785753c09330600258123d.zip |
Makefile: consistent prelude
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,6 @@ unexport MAKEFLAGS SHELL := bash .SHELLFLAGS := -eu -o pipefail -c -.PHONY: DO -DO: - escape = $(subst ','\'',$(1)) define noexpand @@ -27,6 +24,9 @@ PKG_NAME := config-links this_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) +.PHONY: DO +DO: + .PHONY: all all: package |