# $Id: Makefile 869 2021-11-04 21:46:36Z karl $
# Public domain.
# Test structure destinations.

include ../Common.mak

default: test-struct

test-struct: test-structdest.tex
	$(prog) $<

clean:
	$(clean)
