home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
p
/
pascal-.zip
/
pascal-
/
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
|
1993-01-06
|
259 b
|
27 lines
# $Id$
# Pascal- processor example
all: code paper
code: src input
eli <mk
try
paper: tex
eli <mkd
tidy:
rm -rf ELI ERRS a.out core *.o
clean: tidy
rm -rf src tex input *.exe
src:
mkdir src
tex:
mkdir tex
input:
ln tests/conformance/gcd input