gameoflife/build.sh

6 lines
53 B
Bash
Raw Normal View History

2023-05-28 00:34:42 +02:00
#!/bin/sh
set -xe
gcc -Wall -Wextra -o main main.c