fixed typo in config
[k8sterm.git] / 0build.sh
blob775194f1455fa5adf954b56e095afdb1cfcb6dd4
1 #!/bin/sh
3 if [ "z$CC" = "z" ]; then
4 CC=gcc
5 fi
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