diff --git a/Makefile b/Makefile index cccc5989..a99e7a90 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ bin/functest_$(subst /,_,$(SCHEME)): test/$(dir $(SCHEME))functest.c $(wildcard -iquote "./common/" \ -iquote "$(SCHEME)/clean/" \ -o bin/functest_$(subst /,_,$(SCHEME)) \ + $(SCHEME)/clean/*.c \ $(COMMON_FILES) \ $(RANDOM_IMPL) \ $<