summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rwxr-xr-xconvert_to_bsd_makefile.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2c23d94..206885b 100644
--- a/README
+++ b/README
@@ -40,6 +40,7 @@ Then press "ENTER" in the mariokart bot command window and enjoy :)
edit os.h and set your OS (if you use FreeBSD, you must patch mupen64plus!)
edit mariokart.cpp and fix the startup of mupen,
in mariokart.cpp, fix the window title the XorgGrabber uses
+if you use bsdmake, run ./convert_to_bsd_makefile.sh first.
diff --git a/convert_to_bsd_makefile.sh b/convert_to_bsd_makefile.sh
new file mode 100755
index 0000000..b87e684
--- /dev/null
+++ b/convert_to_bsd_makefile.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+sed -i -e 's/\$\^/$>/g' Makefile
+