1 2 3 4 5 6 7
TOP=.. include $(TOP)/mk/boilerplate.mk C_SRCS=msub.c C_PROG=msub CLEAN_FILES += $(C_PROG) $(C_OBJS) include $(TOP)/mk/target.mk