|
|
1.1 ! root 1: # Makefile 4.1 83/03/30 ! 2: # ! 3: CFLAGS=-O ! 4: DESTDIR= ! 5: ! 6: graph: graph.c ! 7: ${CC} $(CFLAGS) -o graph graph.c -lplot -lm ! 8: ! 9: install: graph ! 10: install -s graph ${DESTDIR}/usr/bin/graph ! 11: ! 12: clean: ! 13: rm -f *.o graph
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.