diff options
author | uint23 <[email protected]> | 2025-04-21 16:41:43 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-21 16:41:43 +0100 |
commit | d6ce3bb17489efa982717196d1ccf3f325bc0012 (patch) | |
tree | c7a406da643610a4060826e6623fce500792b913 /Makefile | |
parent | 07cd5e42eef738c2188b7c6f9ae8b9273ee06127 (diff) |
updt makefile and .clangd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |