From 078182f0255d4e892bfa6361d2f23044af20262d Mon Sep 17 00:00:00 2001 From: Richard Mortier Date: Fri, 12 Jul 2019 09:45:54 +0100 Subject: Makefile: whitespace Signed-off-by: Richard Mortier --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b8ce802..16fbf5f 100644 --- a/Makefile +++ b/Makefile @@ -23,12 +23,18 @@ dabuild: dabuild.in dabuild.in >| dabuild chmod +x dabuild -.drone.yml: .drone.jsonnet - docker run --rm -v '$(shell pwd):/pwd' -w /pwd drone/cli jsonnet --format --stream --source '$<' --target '$@.tmp' && test -s '$@.tmp' && install '$@.tmp' '$@' ; _rc=$$?; $(RM) '$@.tmp' ; exit $$_rc - .PHONY: all all: images dabuild +.drone.yml: .drone.jsonnet + docker run --rm -v '$(shell pwd):/pwd' -w /pwd \ + drone/cli jsonnet --format --stream --source '$<' --target '$@.tmp' \ + && test -s '$@.tmp' \ + && install '$@.tmp' '$@' \ + ; _rc=$$? \ + ; $(RM) '$@.tmp' \ + ; exit $$_rc + .PHONY: images images: $(patsubst %, build-%, $(RELEASES)) -- cgit v1.2.3