add cwd() function and fix some bugs

This commit is contained in:
2017-10-08 03:24:20 +02:00
parent e288c12ade
commit 0311fd91ae
2 changed files with 52 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ OUTPUT:= preparse
all test: debug
./$(OUTPUT) test.tex
debug: CXXFLAGS:= -g
debug: CXXFLAGS:= -g -std=c++11 -O0
debug: $(OUTPUT)
clean: