home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-11-22 | 364 b | 23 lines |
- CFLAGS = -g
-
- all: eexec chars
-
- eexec: eexec.o
- cc ${CFLAGS} -o eexec eexec.o
-
- eexec.o:
- cc ${CFLAGS} -c eexec.c
-
- chars: chars.o
- cc ${CFLAGS} -o chars chars.o
-
- chars.o:
- cc ${CFLAGS} -c chars.c
-
- clean:
- rm -f *.o eexec chars untype1.shar
-
- shar:
- shar Makefile README chars.c eexec.c header.ps trailer.ps untype1
- un-adobe.hqx view_pre.ps view_post.ps >untype1.shar
-