home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume13
/
dr_mario
/
part01
/
mario.shr
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Makefile
|
1992-01-13
|
269 b
|
14 lines
#makefile for BUGS I - SRN 7/12/91
OBJS= main.o startup.o loop.o meat.o
#bugs : & $(OBJS)
bugs : $(OBJS)
#use above line if parallel processing is not supported
cc -O -o bugs $(OBJS) -lcurses -ltermcap
$(OBJS): info.h
clean:
rm -f *.o core temp.c a.out