diff options
author | nathan <nathan@disroot.org> | 2025-07-17 05:06:22 +0000 |
---|---|---|
committer | nathan <nathan@disroot.org> | 2025-07-17 05:06:22 +0000 |
commit | 19d6df5e710cfeec0408062f408e5ec3f447339c (patch) | |
tree | 7c952a0259cfb5f3d47282f6e3984e7361e99e17 /src/Makefile | |
parent | ebc52f2a55c848b2915e5191757ea2790c0377f1 (diff) | |
download | FindThings-19d6df5e710cfeec0408062f408e5ec3f447339c.tar.gz FindThings-19d6df5e710cfeec0408062f408e5ec3f447339c.tar.bz2 FindThings-19d6df5e710cfeec0408062f408e5ec3f447339c.zip |
A tiny bit better
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 0a01fd7..5088644 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Isrc -I../include -std=c99 +CFLAGS = -I../include -std=c99 LDFLAGS = -lm -lraylib TARGET = FindThings |