mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
pkg(bqn-1.0.0): Added bqn 1.0.0
This commit is contained in:
parent
7c3db7d7fe
commit
0e8231ef01
6 changed files with 24 additions and 0 deletions
9
packages/bqn/1.0.0/build.sh
vendored
Normal file
9
packages/bqn/1.0.0/build.sh
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
git clone "https://github.com/dzaima/CBQN" bqn
|
||||
cd bqn
|
||||
|
||||
git checkout 88f65850fa6ac28bc50886c5942652f21d5be924
|
||||
make CC=gcc
|
Loading…
Add table
Add a link
Reference in a new issue