home *** CD-ROM | disk | FTP | other *** search
Makefile | 1986-11-30 | 440 b | 17 lines |
- clean:
- rm -f *.o core *junk*
-
- all: texexpand detex texeqn texmatch
-
- texexpand: texexpand1.o TeXExpand.o TeXMatch.o
- cc -o texexpand texexpand1.o TeXExpand.o TeXMatch.o
-
- detex: detex1.o TeXExpand.o TeXMatch.o
- cc -o detex detex1.o TeXExpand.o TeXMatch.o
-
- texeqn: texeqn1.o TeXExpand.o TeXMatch.o
- cc -o texeqn texeqn1.o TeXExpand.o TeXMatch.o
-
- texmatch: texmatch1.o TeXMatch.o TeXExpand.o
- cc -o texmatch texmatch1.o TeXMatch.o TeXExpand.o
-