Makefile 202 Bytes
# Makefile for paranoia project

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

# C sources
SOURCES=mandelph.c

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