gen_ladder/Makefile

11 lines
105 B
Makefile

GL=./gen_ladder.pl
DOT=dot
default:
%.png: %.lad $(GL)
$(GL) $< $@
clean:
rm *.dot *.ps *.svg *.png