5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/bin/bash
|
|
echo "Beginning build"
|
|
bear -- \
|
|
gcc -o bin/kwil src/**.c -g -Itest_include -Wall
|