home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-15 | 191 b | 15 lines |
- #
- # ADFormat Makefile
- #
-
- CFLAGS = -bs -hi global.sym -wq
- OBJ = adformat.o
-
- adformat: global.sym $(OBJ)
- ln -g $(OBJ) -o ADFormat -lc
-
- global.sym: global.h
- cc -ho global.sym global.h
-
-
-