Makefile (139B)
1 CC := g++ 2 CCFLAGS := --std=c++17 -Wall 3 4 all: day-06-rust day-06.jl 5 julia day-06.jl 6 ./day-06-rust 7 8 day-06-rust: day-06.rs 9 rustc $^ -o $@
Perserverance, or the lack thereof
git clone git://git.shimmy1996.com/advent-of-code.git
1 CC := g++ 2 CCFLAGS := --std=c++17 -Wall 3 4 all: day-06-rust day-06.jl 5 julia day-06.jl 6 ./day-06-rust 7 8 day-06-rust: day-06.rs 9 rustc $^ -o $@