summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2014-09-06 23:16:01 +0200
committerFlorian Jung <flo@windfisch.org>2014-09-06 23:16:01 +0200
commit9e7d4f7b5e370329d0a574b4ec5f783e0e481e99 (patch)
treef58855761f353d7c608bc39e488ba59ecd77a9a7
parent1fbf21ce79b4ea3c37e1b6dfc7a038a700d75d8c (diff)
./convert_to_bsd_makefile.sh script m)
-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
+