Update makefile for BSD sed
This commit is contained in:
parent
5e5676adc9
commit
772c23b629
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
dotfiles = $(shell ls *.dot | sed 's/\.dot/\.pdf/' -)
|
||||
dotfiles = $(shell ls *.dot | sed -e 's/\.dot/\.pdf/')
|
||||
|
||||
all: $(dotfiles)
|
||||
|
||||
|
|
Loading…
Reference in a new issue