mirror of
https://github.com/rui314/chibicc
synced 2024-11-29 17:33:07 +03:00
8 lines
169 B
Bash
Executable File
8 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
repo='git@github.com:git/git.git'
|
|
. test/thirdparty/common
|
|
git reset --hard 54e85e7af1ac9e9a92888060d6811ae767fea1bc
|
|
|
|
$make clean
|
|
$make V=1 CC=$chibicc test
|