summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-21 16:17:47 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-21 16:17:47 +0800
commit0dd922d033e9269283b023a5711eba3ab5403099 (patch)
tree0858004d50a9f308b96ce7229fee2d7c08d51a86
parent212b91661600cc98eee6b68d09ad8cf56574bb45 (diff)
Add a rule to compile the Rust part
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 026824d..ec980e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,6 @@
SUBDIRS=graph nfa grammar graph_macro chain
+
+.PHONY: rs
+
+rs:
+ cargo build