aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-06 14:43:39 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-06 14:43:39 -0500
commit5823ba3b17a6b65b910fe248c7dff1354bee1b18 (patch)
treec772779c01e42268d7b01905b1dae9debbe00e36 /Makefile
parent4ff916de3f977e1bb3c85717ba219c40a34af70f (diff)
downloadtaipan-5823ba3b17a6b65b910fe248c7dff1354bee1b18.tar.gz
rearrage logic in checkmem.s slightly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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.