Fixed bug in optparsing, implemented -e switch, updated Readme and Makefile

This commit is contained in:
id101010
2016-11-16 16:06:26 +01:00
parent 4513d5e1d3
commit 166b63c20d
3 changed files with 20 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ HFILES=$(shell find . -name '*.h')
STYLE=astyle --style=1tbs
RUN=valgrind --leak-check=full
DEBUG=gdb --args
ARGS="examples/pi.bf"
ARGS=-d -f "examples/pi.bf"
all: build