##### Extensible and reusable makefile by John Goerzen <jgoerzen@complete.org>
# GNU-make-specific options

# $Id: GNUmakefile,v 1.2 1997/09/28 16:27:37 jgoerzen Exp $

# See comments in Makefile.common

SRCS := $(wildcard *.c)
OBJS := $(SRCS:.c=.o)

include Makefile.common
