home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume6
/
unrm.rm
/
Makefile
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-11-30
|
117 b
|
8 lines
all: unrm rm
unrm: unrm.c ; cc $(CFLAGS) -o $@ $?
rm: rm.c ; cc $(CFLAGS) -o $@ $?
install:
@echo surely you jest