A haskell IRC bot because who doesn't need one
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 行
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