home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-01-26 | 205 b | 10 lines |
- LFLAGS = addsym smallcode smalldata
- LIBS = lib:debug.lib lib:sc.lib lib:amiga.lib
-
- all: test
-
- test.o: test.c gauge.c gauge.h
-
- test: test.o gauge.o
- slink lib:c.o test.o gauge.o to $@ lib $(LIBS) $(LFLAGS)
-