1
0

bingame-rs: moved from its own repository

This commit is contained in:
2024-07-03 16:59:13 -06:00
parent 3ba52d8b06
commit d7507fe396
7 changed files with 852 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ all: exercism fun
.PHONY: exercism
exercism: exercism-test protein
fun: fun-test butt
.PHONY: fun
fun: fun-test butt bingame-rs
.PHONY: build
build:
@@ -26,6 +27,13 @@ build:
clean:
rm -rf build
.PHONY: bingame-rs
bingame-rs: build/bingame
build/bingame: fun/bingame-rs/src/main.rs
cd fun/bingame-rs \
&& cargo b -Z unstable-options --artifact-dir ../../build/ \
&& cargo clean
.PHONY: butt
butt: build/butt
build/butt: build fun/butt.rs