Research V7 development
[unix-history] / usr / src / cmd / tbl / makefile
CommitLineData
67305323
ML
1CFLAGS=-O -n -s
2all: tbl
3 :
4
5cp: tbl
6 cp tbl /bin/tbl
7 rm tbl *.o
8
9cmp: tbl
10 cmp tbl /bin/tbl
11 rm tbl *.o
12
13tbl: t0.o t1.o t2.o t3.o t4.o t5.o t6.o t7.o t8.o t9.o tb.o tc.o te.o tf.o tg.o ti.o tm.o ts.o tt.o tu.o tv.o
14 cc -i -s -O t?.o -o tbl
15t0.o t1.o t2.o t3.o t4.o t5.o t6.o t7.o t8.o t9.o tb.o tc.o te.o tf.o tg.o ti.o tm.o ts.o tt.o tu.o tv.o: t..c