petidomo/libargv/SMakefile
2000-12-13 15:37:35 +00:00

19 lines
277 B
Plaintext

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