mirror of
https://github.com/rui314/chibicc
synced 2024-12-01 18:26:56 +03:00
10 lines
197 B
Bash
Executable File
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
|