@@ -0,0 +1,16 @@
+.PHONY: default check_gmake debug static dynamic clean distclean
+
+default: check_gmake
+ @gmake
+check_gmake:
+ @which gmake > /dev/null 2>&1 || (echo "Please install gmake" && exit 0)
+debug: check_gmake
+ @gmake debug
+static: check_gmake
+ @gmake static
+dynamic: check_gmake
+ @gmake dynamic
+clean: check_gmake
+ @gmake clean
+distclean: check_gmake
+ @gmake distclean
@@ -1,3 +1,5 @@
+* 'make' on BSD will now redirect to gmake.
1.3.1 - http://wraith.botpack.net/milestone/1.3.1
* Fix crash related to slowpart
* Fixed parsing errors in .chanset