home *** CD-ROM | disk | FTP | other *** search
Makefile | 1986-11-20 | 310 b | 16 lines |
- # :ts=8 bk=0
- #
- # Makefile for Marketroid.
- #
-
- OBJECTS = marketroid.o anim.o cycle.o text.o misc.o
- IMAGES = goodguys.o badguys.o miscimg.o scores.o letters.o
-
- marketroid: $(OBJECTS) $(IMAGES) rnd.o
- ln $(OBJECTS) $(IMAGES) rnd.o +cd -lc -o marketroid
-
- $(IMAGES):
- cc -s $*.c
-
- $(OBJECTS) $(IMAGES): marketroid.h
-