Files
gzz-mirror/Documentation/DesignProblems/Makefile
2026-09-14 20:19:29 -04:00

12 lines
147 B
Makefile

DIAGRAMS=linkorder.png beamorder.png
all : dp.html dp-ns4.html
dp.html: dp.wml $(DIAGRAMS)
dp-ns4.html: dp.wml $(DIAGRAMS)
include ../lib.mk