Re: Compiling tutorial examples
Francois Colonna <[email protected]> Fri, 22 Jul 2005 10:34:30 +0200
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <[email protected]> |
Julien PUYDT wrote: > Hi, > > I made a few Makefiles to make it easier to compile the tutorial > examples ; the idea is that basically you enter a directory, type > 'make', run the tests, type 'make clean' then proceed to the next > directory. They don't cover all directories (nor all examples), but > they still make things easier in quite a number of cases. > > Would it be a welcome contribution to se? > > Snark on #eiffel > > PS: the archive is small (< 2k), but I'd rather not send it to the > whole list ; tell me whom to send it if interested. > > Hello I think using makefiles is not using Eiffel power. To do the same kind of tests checkings as you do, I use loadpath.se files that is all is needed, I do not use makefiles nor scripts. F. Colonna