From 5a121c17dc3088074ff51b99dbe353b25e7adff1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 19 Jan 2005 22:47:42 +0000 Subject: [PATCH] Print a message if the default target is used. --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index e6a9c98..af04b41 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,6 +2,9 @@ TESTS = threads p1-1 p1-2 p1-3 list stdlib userprog p2 vm filesys PATH := $(shell pwd)/../src/utils:$(PATH) +all: + @echo This Makefile has only `check' targets. + check: $(MAKE) -C .. distclean for d in $(TESTS); do $(MAKE) $$d || exit 1; done -- 2.30.2