From ce45f759873e20a839dc2997f2376856f80fd9d3 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 1 Jun 2016 23:51:43 +0200 Subject: [PATCH] Harmonized goal name. --- test/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 1ad86ca98..ffdf72aa0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -25,7 +25,7 @@ WORKDIR := ../testwrk CC := gcc -.PHONY: all dotests continue mostly-clean clean +.PHONY: all dotests continue mostlyclean clean all: dotests @@ -37,7 +37,7 @@ $(WORKDIR)/bdiff$(EXE): bdiff.c | $(WORKDIR) .NOTPARALLEL: -dotests: mostly-clean continue +dotests: mostlyclean continue continue: $(WORKDIR)/bdiff$(EXE) @$(MAKE) -C val all @@ -45,12 +45,12 @@ continue: $(WORKDIR)/bdiff$(EXE) @$(MAKE) -C err all @$(MAKE) -C misc all -mostly-clean: +mostlyclean: @$(MAKE) -C val clean @$(MAKE) -C ref clean @$(MAKE) -C err clean @$(MAKE) -C misc clean -clean: mostly-clean +clean: mostlyclean @$(call DEL,$(WORKDIR)/bdiff$(EXE)) @$(call RMDIR,$(WORKDIR)) -- 2.39.5