adventofcode/Makefile
Sebastian Tobie 5129d46b35 edited the rustfmt.toml
unstable features are commented out
2024-12-16 22:07:39 +01:00

15 Zeilen
Kein EOL
215 B
Makefile

CARGO:=cargo
CARGO_OPTS:=-q
TARGET_DIR:=debug
fmt:
@$(CARGO) fmt
%: fmt
@$(CARGO) build $(CARGO_OPTS) --bin $@
@timeout --preserve-status -v 60 ./target/$(TARGET_DIR)/$@
Makefile:
exit
all: 202{3,4}-{01..25}