deleted makefile from distribution; Added some comments about this to
the README file
This commit is contained in:
parent
dbe4e49936
commit
62d8930080
|
@ -20,6 +20,5 @@ ctstruct
|
|||
ctsys
|
||||
ctsetjmp
|
||||
local.h
|
||||
makefile
|
||||
makefile.std
|
||||
run
|
||||
|
|
|
@ -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.
|
||||
Only the directory ctgen contains more than one program, but it
|
||||
is an exception anyhow.
|
||||
|
|
Loading…
Reference in a new issue