From 0dd922d033e9269283b023a5711eba3ab5403099 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 21 Jul 2023 16:17:47 +0800 Subject: Add a rule to compile the Rust part --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3-18-g5258