home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra Super CD 1998 January
/
PCPLUS131.iso
/
DJGPP
/
V2
/
DJLSR201.ZIP
/
src
/
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
|
1995-12-26
|
215 b
|
9 lines
# Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
all : rmake.exe copyrite.exe
rmake.exe : rmake.cc
gcc -O2 rmake.cc -o rmake.exe
copyrite.exe : copyrite.cc
gcc -O2 copyrite.cc -o copyrite.exe