From 772c23b6295d4aa34865298998013e913ae9e596 Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Wed, 23 Oct 2019 16:29:54 +0000 Subject: [PATCH] Update makefile for BSD sed --- img/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img/Makefile b/img/Makefile index 0e5aa0d..ed5acc2 100644 --- a/img/Makefile +++ b/img/Makefile @@ -1,4 +1,4 @@ -dotfiles = $(shell ls *.dot | sed 's/\.dot/\.pdf/' -) +dotfiles = $(shell ls *.dot | sed -e 's/\.dot/\.pdf/') all: $(dotfiles)