deleted makefile from distribution; Added some comments about this to

the README file
This commit is contained in:
ceriel 1989-02-09 15:43:25 +00:00
parent dbe4e49936
commit 62d8930080
2 changed files with 4 additions and 1 deletions

View file

@ -20,6 +20,5 @@ ctstruct
ctsys ctsys
ctsetjmp ctsetjmp
local.h local.h
makefile
makefile.std makefile.std
run run

View file

@ -1,3 +1,7 @@
To run this test, first copy makefile.std to makefile, and adapt the
CEM variable; set it to the compiler you want to test.
Then type: sh run > out 2>&1 &
The test are subdivided into several directories. The test are subdivided into several directories.
Only the directory ctgen contains more than one program, but it Only the directory ctgen contains more than one program, but it
is an exception anyhow. is an exception anyhow.