mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
172f7fac01
commit
f5c43f706a
54 changed files with 134 additions and 137 deletions
|
|
@ -34,7 +34,7 @@ clean: clean.images
|
|||
distclean:
|
||||
|
||||
clean.images:
|
||||
rm -f $(GENERATED_IMAGES) $(COPIED_SVG)
|
||||
$(RM) -f $(GENERATED_IMAGES) $(COPIED_SVG)
|
||||
|
||||
%.png: $(COPIED_SVG)
|
||||
inkscape -w $(shell echo $* | sed 's/.*-//') \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue