From d0fffc945818dab697ba83149ae57684efb766eb Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Fri, 30 Oct 2015 21:29:41 +0700 Subject: [PATCH] Changed file creator to bash --- pymlac/Makefile | 2 +- pymlac/make_ptr | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 pymlac/make_ptr diff --git a/pymlac/Makefile b/pymlac/Makefile index da5c955..06c1c6d 100644 --- a/pymlac/Makefile +++ b/pymlac/Makefile @@ -7,7 +7,7 @@ test: test.ptr python test_CPU.py CPU.test test.ptr: - make_ptr > test.ptr + ./make_ptr > test.ptr %: %.ptp ./pymlac -b ptr -ptr $< -r 040 -t 0100 -r 0100 diff --git a/pymlac/make_ptr b/pymlac/make_ptr old mode 100644 new mode 100755 index 10f9b5f..95f43eb --- a/pymlac/make_ptr +++ b/pymlac/make_ptr @@ -1,6 +1,8 @@ #!/bin/bash + # # Make a PTR test file # 3 bytes: 0 1 2 +# echo -n -e "\00\01\02"