# $Id: Makefile 423 2007-01-26 05:00:42Z phf $ # # Extremely simple Makefile, just sets some default flags; # note that -O is not always a good idea, but it does help # produce a few more warnings... Use "man gcc" to find out # more about these flags. CFLAGS=-ansi -pedantic -Wall -Wextra -std=c99 -O