summaryrefslogtreecommitdiff
path: root/convert_to_bsd_makefile.sh
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 /convert_to_bsd_makefile.sh
parent1fbf21ce79b4ea3c37e1b6dfc7a038a700d75d8c (diff)
./convert_to_bsd_makefile.sh script m)
Diffstat (limited to 'convert_to_bsd_makefile.sh')
-rwxr-xr-xconvert_to_bsd_makefile.sh3
1 files changed, 3 insertions, 0 deletions
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
+