diff options
author | DrNuget <drnuget@outlook.com> | 2025-03-03 18:38:18 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-03-03 18:38:18 +0200 |
commit | 23dac85d2f600f0073e77bf83f4a544f3a087416 (patch) | |
tree | 76fbaa200140036473c3b9bacace389c14bdcd25 /Makefile |
let the madness begin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b80c523 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +build: + gcc src/*.c -std=c99 -lm -lraylib -o game +run: + ./game +clean: + rm ./game |