We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dc6d4 commit 0672108Copy full SHA for 0672108
Makefile
@@ -1,5 +1,5 @@
1
GRAMMAR = $(shell echo *.pgx)
2
-export PERL5LIB=../pegex-pm/lib
+export PERL5LIB := ../pegex-pm/lib:$(PERL5LIB)
3
COMPILE_COMMAND = pegex compile $(OPTIONS) --to=
4
ALL = $(GRAMMAR:%=%.yaml) $(GRAMMAR:%=%.json)
5
0 commit comments