home *** CD-ROM | disk | FTP | other *** search
Makefile | 1986-11-20 | 299 b | 18 lines |
- graph: window.o func.o main.o three-d.o help.o
- ln -o graph window.o func.o three-d.o help.o main.o -lm32 -lc32
-
- window.o: window.c
- cc -s +l window.c
-
- func.o: func.c
- cc -s +l func.c
-
- three-d.o: three-d.c
- cc -s +l three-d.c
-
- main.o: main.c
- cc -s +l main.c
-
- help.o: help.c
- cc -s +l -z7000 help.c
-