BUILD=cargo build build: $(BUILD) sass: sh scripts/build-sass.sh build test: cargo test release: $(BUILD) --release run: # Running server cargo run