diff --git a/infer/tests/build_systems/ant/Makefile b/infer/tests/build_systems/ant/Makefile index 3953eac29..175fd1065 100644 --- a/infer/tests/build_systems/ant/Makefile +++ b/infer/tests/build_systems/ant/Makefile @@ -9,7 +9,7 @@ SOURCES = $(wildcard src/*.java) CLASS_FILES = $(notdir $(patsubst %.java,%.class,$(SOURCES))) OBJECTS = $(CLASS_FILES:%=ant_out/%) INFERPRINT_OPTIONS = --issues-tests -CLEAN_EXTRA = ant-out +CLEAN_EXTRA = ant_out include $(TESTS_DIR)/java.make include $(TESTS_DIR)/infer.make