From 9e7d4f7b5e370329d0a574b4ec5f783e0e481e99 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 6 Sep 2014 23:16:01 +0200 Subject: ./convert_to_bsd_makefile.sh script m) --- README | 1 + convert_to_bsd_makefile.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 convert_to_bsd_makefile.sh 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 + -- cgit v1.2.1