hs-irc/Tupfile

5 lines
120 B
Plaintext
Raw Normal View History

2020-07-21 18:59:30 -04:00
include_rules
2020-07-21 19:56:00 -04:00
: foreach *.hs | IRC/*.hi |> ghc $(GHCFLAGS) -c %f |> %B.o %B.hi
: *.o IRC/*.o |> ghc -o Main %f |> Main