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