home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games 1995 January
/
amigagames-1995-01.iso
/
archive
/
spiele
/
publicdomain
/
sk003.dms
/
sk003.adf
/
src
/
makefile
next >
Wrap
Makefile
|
2001-01-01
|
437b
|
21 lines
.s.o:
as $*.s
EVERYTHING = tetris.o tetwbench.o tetrisvars.o tetrissound.o tetrisblit.o tetrisdata.o tetrisprint.o
game: $(EVERYTHING)
ln -w $(EVERYTHING) -o game +C
copy game to tetris
sound: tetrissound.o
ln -w tetrissound.o -o sound
tetwbench: tetwbench.o
tetris: tetris.o
tetrisvars: tetrisvars.o
tetrissound: tetrissound.o
tetrisblit: tetrisblit.o
tetrisdata: tetrisdata.o
tetrisprint: tetrisprint.o
$(EVERYTHING): tetris.i