From 10c9b58420ebcdf1d321f907998b8d80f533605d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 7 Feb 2023 17:23:30 +0100 Subject: Makefile: consistentcy --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index fe94cd5..4de9e1a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,3 @@ -# Various one-liners which I'm too lazy to remember. -# Basically a collection of really small shell scripts. - MAKEFLAGS += --no-builtin-rules --no-builtin-variables --warn-undefined-variables unexport MAKEFLAGS .DEFAULT_GOAL := all @@ -9,9 +6,6 @@ unexport MAKEFLAGS SHELL := bash .SHELLFLAGS := -eu -o pipefail -c -.PHONY: DO -DO: - escape = $(subst ','\'',$(1)) define noexpand @@ -26,6 +20,9 @@ ifeq ($$(origin $(1)),command line) endif endef +.PHONY: DO +DO: + PROJECT := fr24feed # Use BuildKit, which is required: export DOCKER_BUILDKIT := 1 -- cgit v1.2.3