Makefile 200 Bytes
# Makefile for Whetstone project

# libraries in required order (compiled in the order)
LIBS=bsp m softfloat ins bsp ins

# C sources
SOURCES=whets.c

# all common rules
include $(TOP)/Makefile.rules