home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-11-11 | 365 b | 20 lines |
- CFLAGS=-ml -v
- # CFLAGS=-ml
- FILES=read.me spline.doc makefile spline.c zero.c spline.exe test.bat s i s3 sh
-
- spline.exe: spline.c zero.obj
- $(CC) $(CFLAGS) spline.c zero.obj
-
- zero.obj: zero.c
-
- distrib: spline.zip
- spline.zip: $(FILES)
- echo splines under tension|pkzip -zuP spline $(FILES) ok/ss*
-
- test:
- test
-
- clean:
- erase *.obj
- erase test\ss*
-