diff options
author | nathan <nathan@disroot.org> | 2025-07-04 08:17:11 +0000 |
---|---|---|
committer | nathan <nathan@disroot.org> | 2025-07-04 08:17:11 +0000 |
commit | de3a92fb2bde8cbec688f788c53f7ba52d6a723a (patch) | |
tree | 86da96378d736deb59ecf9eda0f5a6f59f9631ce /src/Makefile | |
parent | 8fb2afe17ea4d9d3285967bac4cf3ee7b0fccceb (diff) | |
download | FindThings-de3a92fb2bde8cbec688f788c53f7ba52d6a723a.tar.gz FindThings-de3a92fb2bde8cbec688f788c53f7ba52d6a723a.tar.bz2 FindThings-de3a92fb2bde8cbec688f788c53f7ba52d6a723a.zip |
Adding design concepts
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b0b0677..afa926d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Isrc -I../include -std=gnu99 +CFLAGS = -Isrc -I../include -std=c99 LDFLAGS = -lm -lraylib TARGET = FindThings |