aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-05-20 16:24:41 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-05-20 16:24:41 -0700
commitcd30e89042f820c7e6dc7c40890eb21ddf0cd94f (patch)
tree9f2171c608db6f430038ce6f4f7784bc2d799c7c /Makefile
parent8e712a83d4ca1e2fa92837efedf329bacca57186 (diff)
Use local grammars instead of installed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb13b81..281ab7c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,11 @@ clean:
rm -f $(NAME) $(OBJFILES)
test: $(NAME)
- ./$(NAME) -g grammars/bp.bp -p Grammar grammars/bp.bp
+ ./$(NAME) -g ./grammars/bp.bp -p Grammar ./grammars/bp.bp
leaktest:
make G=-ggdb O=-O0 EXTRA=-DDEBUG_HEAP clean bp
- valgrind --leak-check=full ./bp -l -g grammars/bp.bp -p Grammar grammars/bp.bp
+ valgrind --leak-check=full ./bp -l -g ./grammars/bp.bp -p Grammar ./grammars/bp.bp
splint:
splint -posix-lib -weak -unrecog -initallelements -fullinitblock $(CFILES) bp.c