mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
textest.mk: Fix target all
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
bb54899b9c
commit
fe35994acb
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ OUT_PDF ?= $(notdir $(shell pwd)).pdf
|
||||||
OUT_PNG ?= $(patsubst %.pdf,%.png,$(OUT_PDF))
|
OUT_PNG ?= $(patsubst %.pdf,%.png,$(OUT_PDF))
|
||||||
PNG_WIDTH ?= 200
|
PNG_WIDTH ?= 200
|
||||||
|
|
||||||
all: build.done
|
all: pdf
|
||||||
clean: clean.files
|
clean: clean.files
|
||||||
install:
|
install:
|
||||||
distclean:
|
distclean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue