summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--bf.prn2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad763d5..ded4503 100644
--- a/Makefile
+++ b/Makefile
@@ -13,3 +13,4 @@ remake: clean all
postrun: $(OBJECTS)
g++ -Wall -O2 -std=c++11 -o postrun $(OBJECTS)
+ strip postrun
diff --git a/bf.prn b/bf.prn
index 1b305e1..acaa6c1 100644
--- a/bf.prn
+++ b/bf.prn
@@ -1,4 +1,4 @@
-200 "TAPELEN" store
+900 "TAPELEN" store
##First, read in the source