tests: Makefile: eliminate (some) recursive make
[model-checker.git] / test / litmus / Makefile
1 D := $(DIR)
2
3 OBJECTS += $(patsubst %.c, %.o, $(wildcard $(D)/*.c))
4 OBJECTS += $(patsubst %.cc, %.o, $(wildcard $(D)/*.cc))