.PHONY: tests include ../../config.mk include ../../rules.mk EXES := $(patsubst %.c,%.exe,$(wildcard *.c)) tests: $(EXES)