|
|
BSD 4.2
# Makefile 4.1 83/03/30
#
CFLAGS=-O
DESTDIR=
graph: graph.c
${CC} $(CFLAGS) -o graph graph.c -lplot -lm
install: graph
install -s graph ${DESTDIR}/usr/bin/graph
clean:
rm -f *.o graph
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.