index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.sh
blob: 8ae00399cbe47637d831f74165ea1e87a95035d4 (
plain
)
1
2
#!/bin/bash
gcc
-o
toc main.c
-g -o
toc
-Wall -Wextra -Wpedantic -Wconversion -std
=
c11 ||
exit
1