
7 May
2005
7 May
'05
5:26 p.m.
David Menendez wrote:
I haven't used NHC so I can't guarantee this will work, but try doing something like this:
$ nhc98 -c RC4.hs $ nhc98 -c prng.hs $ nhc98 RC4.o prng.o -o prng
Yay! It does. And I just put it in a makefile:
---