From 5823ba3b17a6b65b910fe248c7dff1354bee1b18 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 6 Feb 2016 14:43:39 -0500 Subject: rearrage logic in checkmem.s slightly --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02237bc..6dd4921 100644 --- a/Makefile +++ b/Makefile @@ -115,8 +115,8 @@ test: all # C. There's probably a clever way to get ctags to handle this, but I # don't know it, so I wrote a perl script to do the job. tags: - ctags $(TAIMAIN_C_SRC) $(TAIMAIN_ASM_SRC) - perl fixtags.pl tags + @ctags $(TAIMAIN_C_SRC) $(TAIMAIN_ASM_SRC) + @perl fixtags.pl tags # The above is fast & easy, but from time to time it's necessary # to test slow loading, make sure the title screen stuff works OK. -- cgit v1.2.3