# # sample Makefile for C # # B. Massingill, 08/22/2007 # # usage examples: # "make hello" to compile "hello.c" to "hello" # CFLAGS = -Wall -pedantic -O -std=c99 LDFLAGS = -lm