We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2019b2d commit a1ca156Copy full SHA for a1ca156
Makefile
@@ -14,5 +14,8 @@ prepare-original-source: clean
14
cp $(ROOT_DIR)tmp/libpg_query/tmp/postgres/src/include/parser/kwlist.h $(ROOT_DIR)crates/lexer-generator/resources
15
cp $(ROOT_DIR)tmp/libpg_query/tmp/postgres/src/backend/parser/gram.y $(ROOT_DIR)crates/parser-generator/resources
16
17
+make-patch:
18
+ git diff -- ./crates/lexer-generator/resources/scan.l > ./patches/patch_scan.patch
19
+
20
clean:
21
-@ rm -rf ./tmp
0 commit comments