aboutsummaryrefslogtreecommitdiff
path: root/challenge-273/atschneid/rust/makefile
blob: c481967e112ba0c16c0910eae02a15e3bbba853a (plain)
1
2
3
4
5
6
7
8
9
all: ch-1 ch-2

ch-1: ch-1.rs
	rustfmt ch-1.rs
	rustc ch-1.rs

ch-2: ch-2.rs
	rustfmt ch-2.rs
	rustc ch-2.rs