chibicc/test/thirdparty/tinycc.sh
2020-12-07 12:00:06 +09:00

10 lines
197 B
Bash
Executable File

#!/bin/bash
repo='git@github.com:TinyCC/tinycc.git'
. test/thirdparty/common
git reset --hard df67d8617b7d1d03a480a28f9f901848ffbfb7ec
./configure --cc=$chibicc
$make clean
$make
$make CC=cc test