Makefile 176 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 # Makefile for hello project # required libraries in correct order LIBS=ins bsp m softfloat ins # C sources SOURCES=hello.c # all common rules include $(TOP)/Makefile.rules