Makefile 202 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 # 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