diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |