Files
freechat/server/Makefile
2019-11-27 21:37:14 -08:00

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