Bell 32V development
authorTom London <tbl@research.uucp>
Tue, 13 Mar 1979 03:43:32 +0000 (22:43 -0500)
committerTom London <tbl@research.uucp>
Tue, 13 Mar 1979 03:43:32 +0000 (22:43 -0500)
Work on file usr/src/cmd/graph/Makefile

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/src/cmd/graph/Makefile [new file with mode: 0644]

diff --git a/usr/src/cmd/graph/Makefile b/usr/src/cmd/graph/Makefile
new file mode 100644 (file)
index 0000000..c5fdee8
--- /dev/null
@@ -0,0 +1,9 @@
+CFLAGS=-O
+
+graph: graph.c
+       cc $(CFLAGS) -o graph graph.c /usr/lib/libplot.a -lm
+
+install: graph
+       install -s graph $(DESTDIR)/usr/bin
+clean:
+       rm -f *.o graph