diff options
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ #!/usr/bin/make -f # Don't fucking touch this without a good reason or I will fucking strangle you -CFLAGS := -std=gnu23 -CPPFLAGS := -Iinclude -LDFLAGS := -lm +CFLAGS := -std=c23 +CPPFLAGS := -Iinclude -D_GNU_SOURCE +LDFLAGS := -lm -lbsd DEBUG := 1 |
