home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume7
/
make
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-12-02
|
134 b
|
12 lines
# Makefile for make!
OBJS = check.o input.o macro.o main.o \
make.o reader.o rules.o
m: $(OBJS)
cc -o m $(OBJS)
$(OBJS): h.h