Makefile 179 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 # Makefile for hello project BIN=hello # C sources SOURCES=hello.c HEADERS=../common_sys_header.inc # libraries in required order (compiled in the order) LIBS=c m c bcc built