Removed dead code

This commit is contained in:
Derek Bankieris 2016-10-06 15:01:56 -05:00
parent 7544f4f96a
commit 47c8c2efb9

View File

@ -241,7 +241,6 @@ ifndef TRICK_VERBOSE_BUILD
PRINT_COMPILE = \$(info \$(call COLOR,Compiling) \$<)
PRINT_INC_LINK = \$(info \$(call COLOR,Linking) Contents of \$(dir \$<))
PRINT_EXE_LINK = \$(info \$(call COLOR,Linking) \$(S_MAIN))
PRINT_S_DEF_DEPS = \$(info \$(call COLOR,Tracing) S_define)
ifeq (\$(MAKECMDGOALS), all)
\$(info \$(call COLOR,Building with the following compilation flags:))
\$(info TRICK_CFLAGS = \$(TRICK_CFLAGS))