aboutsummaryrefslogtreecommitdiff
path: root/00_hello_world/build.sh
blob: 9b6b5765c219eadd4e5b51b56734d205e7c1fdb6 (plain)
1
2
3
4
#!/bin/sh

mkdir -p build
emcc -o build/index.html hello.c

Generated with cgit - Back to sebastiano.tronto.net