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