diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | bf.prn | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -13,3 +13,4 @@ remake: clean all postrun: $(OBJECTS) g++ -Wall -O2 -std=c++11 -o postrun $(OBJECTS) + strip postrun @@ -1,4 +1,4 @@ -200 "TAPELEN" store +900 "TAPELEN" store ##First, read in the source |