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