home *** CD-ROM | disk | FTP | other *** search
Makefile | 1979-01-10 | 353 b | 16 lines |
- CFLAGS=-O -n -s
- all: tbl
- :
-
- cp: tbl
- cp tbl /bin/tbl
- rm tbl *.o
-
- cmp: tbl
- cmp tbl /bin/tbl
- rm tbl *.o
-
- tbl: 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
- cc -i -s -O t?.o -o tbl
- 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: t..c
-