textest.mk: Fix target all

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-04-30 16:38:31 +00:00
commit fe35994acb

View file

@ -7,7 +7,7 @@ OUT_PDF ?= $(notdir $(shell pwd)).pdf
OUT_PNG ?= $(patsubst %.pdf,%.png,$(OUT_PDF))
PNG_WIDTH ?= 200
all: build.done
all: pdf
clean: clean.files
install:
distclean: