# Makefile for !Sort

COMPONENT  = Sort
TARGET     = !RunImage
OBJS       = sort
INSTDIR    ?= <Install$Dir>
INSTAPP_FILES = !Run !Help ${TARGET} !Sprites !Sprites11 !Sprites22 Messages Templates Desc

include CApp

# By default, the shared makefiles compile C code with no embedded function
# names. This makes the code smaller in the non-debug case, but makes the
# backtrace output on a crash harder to understand. For this example we unset
# the definition of C_NO_FNAMES so that the function names are left in the
# compiled code when the application is built in the non-debug case.
C_NO_FNAMES :=

clean_all:: clean
	${WIPE} ${INSTAPP} ${WFLAGS}

# Dynamic dependencies:
