Changelog keeping utility with multiple release channels
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
clpack/Makefile

7 lines
127 B

.PHONY: build build_musl
build:
cargo build --release
build_musl:
cross build --target x86_64-unknown-linux-musl --release