diff options
| author | Daniel Hader <[email protected]> | 2026-06-28 13:11:11 -0600 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-06-28 13:11:11 -0600 |
| commit | 2b61a58431d08d245d9c95cb5cec171aedb44985 (patch) | |
| tree | ef4b611100676d1f4fd0c727f439caa5c0a1170e /makefile | |
| parent | af4a85978598f5fd32a415ebb419d190adce4b22 (diff) | |
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CC := gcc -CFLAGS := -Wall -MMD -MP -std=c99 +CFLAGS := -Wall -MMD -MP -std=c99 -DNDEBUG LFLAGS := -lSDL3 -lGL # ============================================================================== |
