clm5/test/tools/Makefile
2024-05-09 15:14:01 +08:00

13 lines
182 B
Makefile

#
# Makefile to build clm testing documentation
#
# Get list of tests_ files
SOURCES = $(wildcard tests_*)
all: test_table.html
test_table.html: $(SOURCES)
gen_test_table.sh