Update makefile for BSD sed

This commit is contained in:
Carlos Galindo 2019-10-23 16:29:54 +00:00
parent 5e5676adc9
commit 772c23b629
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
dotfiles = $(shell ls *.dot | sed 's/\.dot/\.pdf/' -)
dotfiles = $(shell ls *.dot | sed -e 's/\.dot/\.pdf/')
all: $(dotfiles)