summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4967214a0ed5fedc4b9e2707e2933412910ba35a (plain) (blame)
1
2
3
4
5
6
7
all: run

run:
	cargo run

build:
	cargo build