# # Skeleton Makefile -- process with smake to create real Makefile. # # $Header$ # .opt -o GNUmakefile.in LIBRARY = argv SRCS = argv.c .include .include test: test.o libargv.a $(CC) $(LDFLAGS) -o $@ $^ clean-local:: rm -f test test.o