From 4316242d7ee3d1471bfdbef6469cee5a2190336a Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Mon, 27 Jul 2020 17:47:14 +0200 Subject: [PATCH] Adjusted to https://github.com/cc65/cc65/commit/5df2de06290e9b7181c03eeb311f7687ef469b80 (and slightly simplified). --- test/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index be6e60013..abc70d58f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,11 +12,9 @@ endif WORKDIR = ../testwrk -.PHONY: all dotests continue mostlyclean clean +.PHONY: test continue mostlyclean clean -all: dotests - -dotests: mostlyclean continue +test: mostlyclean continue continue: @$(MAKE) -C asm all