Files
rullama/Makefile
T
2025-03-17 00:50:39 +01:00

14 lines
207 B
Makefile

all: build run
build:
cargo build --release
run:
./target/release/rullama
backup:
@timestamp=$$(date +%Y%m%d_%H%M%S); \
zip -r rollama_$$timestamp.zip Makefile Cargo.toml src target/release/rullama