From d1faffcdb8af32c421d8a4a0de184362d3d2f04a Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 20 Dec 2022 19:53:36 +0100 Subject: [PATCH] Test: Makefile cleanup --- test/Makefile | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/test/Makefile b/test/Makefile index 2650e22..b399fec 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,17 +12,7 @@ BIN_TEST=$(subst .cc,,$(SRC_TEST)) SRC_FRAMEWORK=$(wildcard framework/*.cc) OBJ_FRAMEWORK=$(subst .cc,.o,$(SRC_FRAMEWORK)) -# Depends -#DEP_TEST=$(subst .cc,.d,$(SRC_TEST)) -#DEP_FRAMEWORK=$(subst .cc,.d,$(SRC_FRAMEWORK)) -#DEPENDS+=$(DEP_TEST)$(DEP_FRAMEWORK) -#CXXFLAGS+= -MMD -MP -# -#ifneq ($(MAKECMDGOALS),clean) -# -include $(DEPENDS) -#endif - -.PHONY: all clean rmtestdata +.PHONY: all clean .DEFAULT_GOAL := all all: $(BIN_TEST) @@ -35,7 +25,6 @@ clean: rm -Rf *.dSYM rm -f *.d rm -f *.o - rm -Rf /tmp/test_pEp.* + rm -rf pitytest_data/ + -rmtestdata: - rm -Rf /tmp/test_pEp.*