Bell 32V development
[unix-history] / usr / src / cmd / prof / Makefile
CommitLineData
562f434e
TL
1# If you don't want to plot, take out the -Dplot and the ref. to plot.a
2PLOT = /usr/lib/libplot.a -Dplot
3CFLAGS=-O
4prof: prof.o
5 $(CC) -o prof prof.o $(PLOT)
6
7install:
8 install -s prof $(DESTDIR)/usr/bin
9
10clean :
11 rm -f *.o