Documentation
1
2
3
4
5
6
7
8
9
10
11
build:
	cargo build --release

install:
	cargo build --release
	cp target/release/asts /usr/bin/
	cp target/release/asrtc /usr/bin/
	cp target/release/asfstc /usr/bin/

clean:
	rm -rf target