pl/tests/xpce/Makefile
Petr Písař 0a2b958656 7.2.2 bump
2015-06-25 10:35:09 +02:00

7 lines
196 B
Makefile

PREFIX=$(shell readlink -f $$(type -p swipl) | grep -o '/.*lib[^/]*/[^/]*')
IMAGE=$(PREFIX)/library/pldoc/up.gif
all: show.pl $(IMAGE)
printf "show('%s').\n" $(IMAGE) | swipl -s show.pl
clean: