diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-06 10:46:08 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-06 10:46:08 +0200 |
commit | 3fef3c2507184124776cb34cf3880cd67a1a1c44 (patch) | |
tree | 2ec1be34c46d9a64de6f3d5e26a14cead7432816 /Makefile | |
parent | aur: 1.2-1 (diff) | |
download | linux-status-3fef3c2507184124776cb34cf3880cd67a1a1c44.tar.gz linux-status-3fef3c2507184124776cb34cf3880cd67a1a1c44.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 := linux-status this_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) +.PHONY: DO +DO: + .PHONY: all all: package |