diff options
| author | nathan <nathansmith@disroot.org> | 2025-10-25 23:18:08 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-10-25 23:18:08 +0000 |
| commit | 32e795acb0c60a320b8449a3b7b6ee5fb5779c12 (patch) | |
| tree | 62ea2eb3ccac8adba7fcdada36a63f25541913f5 /src/Makefile | |
| parent | 233d6994bea031c0d22a77f5a8b7427a2b566e12 (diff) | |
| download | FindThings-32e795acb0c60a320b8449a3b7b6ee5fb5779c12.tar.gz FindThings-32e795acb0c60a320b8449a3b7b6ee5fb5779c12.tar.bz2 FindThings-32e795acb0c60a320b8449a3b7b6ee5fb5779c12.zip | |
Switching to better entity system
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 5088644..137e40b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -I../include -std=c99 +CFLAGS = -I../include -I./ -I./entities -std=c99 LDFLAGS = -lm -lraylib TARGET = FindThings |
