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