diff options
Diffstat (limited to 'unfinished/tcc')
| -rwxr-xr-x | unfinished/tcc/setup.sh | 11 | ||||
| m--------- | unfinished/tcc/tcc | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/unfinished/tcc/setup.sh b/unfinished/tcc/setup.sh new file mode 100755 index 0000000..ed6c6d6 --- /dev/null +++ b/unfinished/tcc/setup.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -e + +cd tcc + +./configure --prefix=${HOME}/.local +make +make test +make install +ln -sf ${HOME}/.local/bin/tcc ${HOME}/.local/bin/cc diff --git a/unfinished/tcc/tcc b/unfinished/tcc/tcc new file mode 160000 +Subproject 4fccaf61241a5eb72b0777b3a44bd7abbea4860 |
