the .dot files also depend on the gen_ladder.pl program

master
Harald Welte 13 years ago
parent efffc3c65c
commit 7eb91aa630

@ -3,8 +3,8 @@ DOT=dot
default:
%.dot: %.lad
$(GL) $^ > $@
%.dot: %.lad $(GL)
$(GL) $< > $@
%.ps: %.dot
$(DOT) -Tps < $^ > $@

Loading…
Cancel
Save