12 lines
150 B
Makefile
Raw Normal View History

2024-09-09 08:57:42 +00:00
SUBDIRS = atoms
all tests: $(SUBDIRS)
clean: $(SUBDIRS)
rm -rf run_pdf_test_file_*
.PHONY: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)