diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
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 |