A haskell IRC bot because who doesn't need one
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
153B

  1. include_rules
  2. : foreach *.hs | IRC/*.hi IRC/Plugins/*.hi |> ghc $(GHCFLAGS) -c %f |> %B.o %B.hi
  3. : *.o IRC/*.o IRC/Plugins/*.o |> ghc -o Main %f |> Main