1 # Makefile for personnr.c
2 # $Id: Makefile,v 1.3 2003/09/12 03:24:52 sunny Exp $
3 # Author: Øyvind A. Holm <sunny@sunbase.org>
6 CFLAGS
= -O2
-g
-ansi
-pedantic
-Wall
-Werror
9 $(EXEC
): personnr.c Makefile
10 $(CC
) $(CFLAGS
) -o
$(EXEC
) personnr.c
14 rm -f
*~
$(EXEC
) core core.
$(EXEC
)