Makefile 200 Bytes
# Makefile for Standford test

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

# C sources
SOURCES=stanford.c

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