freechat/server/Makefile

17 lines
158 B
Makefile

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