feat: raylib and it's window added (#4)

Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #4
This commit is contained in:
2023-06-17 14:31:18 +03:00
parent a93278f705
commit 320a3cc8e0
2 changed files with 53 additions and 20 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
CC="${CXX:-cc}"
$CC -Wall -std=c11 ./main.c ./parser.c -lm -o ./bin/main
$CC -Wall -std=c11 ./main.c ./parser.c -lm -lraylib -o ./bin/main