From cb7bcfad4ab0041aaf3fde3185e27ee46bb37788 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 15 Nov 2022 12:01:28 +0800 Subject: Initial commit Basic GNU standard files are added, and we now stop worrying about monadic anamorphisms. The current focus is on testing the correctness of the algorithm, so I need convenient support for manipulating, interpreting, examining, and per chance animating nondeterministic automata. --- graph/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graph/Makefile.am (limited to 'graph/Makefile.am') diff --git a/graph/Makefile.am b/graph/Makefile.am new file mode 100644 index 0000000..776b911 --- /dev/null +++ b/graph/Makefile.am @@ -0,0 +1,12 @@ +.PHONY: dev rel + +all: dev + +dev: + @CARGO@ build + +rel: + @CARGO@ build --release + +clean: + @CARGO@ clean -- cgit v1.2.3-18-g5258