summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-21 16:41:43 +0100
committeruint23 <[email protected]>2025-04-21 16:41:43 +0100
commitd6ce3bb17489efa982717196d1ccf3f325bc0012 (patch)
treec7a406da643610a4060826e6623fce500792b913 /Makefile
parent07cd5e42eef738c2188b7c6f9ae8b9273ee06127 (diff)
updt makefile and .clangd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 491f5d4..5a727b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC ?= gcc
-CFLAGS ?= -std=99 -Wall -Wextra -O3 -Isrc
+CFLAGS ?= -std=c99 -Wall -Wextra -O3 -Isrc
LDFLAGS ?= -lX11 -lXinerama
PREFIX ?= /usr/local