repo.or.cz
/
k8sterm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
beta3 started
[k8sterm.git]
/
0build.sh
blob
775194f1455fa5adf954b56e095afdb1cfcb6dd4
1
#!/bin/sh
2
3
if
[
"z
$CC
"
=
"z"
];
then
4
CC
=
gcc
5
fi
6
7
$CC
\
8
-o
sterm \
9
-Os -march
=
native
-mtune
=
native \
10
-s
\
11
-Wall
\
12
-std
=
gnu99 \
13
-lutil -lrt -lX11
\
14
src
/
sterm.c