diff options
author | pk33 <pk33@pk33.space> | 2024-11-02 08:49:22 +0100 |
---|---|---|
committer | pk33 <pk33@pk33.space> | 2024-11-02 08:49:22 +0100 |
commit | dd5240ff7a87e85bca15b294236220ac0576055f (patch) | |
tree | 81c69e803bbfe8e8a8ba1e14f6c83bad1934f3b3 /makefile | |
parent | 965ab9d57300ab1b9101e2522256a4c32d90bb50 (diff) | |
download | engine33-dd5240ff7a87e85bca15b294236220ac0576055f.tar.gz |
touchup
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ INCS = -I./include -I./include/musl -I./include/libdrm LIBS = -L./lib/musl -L./lib/libdrm CFLAGS = -O2 -march=native -mtune=native -std=c99 -static -w -Wall -Werror -Wextra -Wshadow -Wpedantic -D_XOPEN_SOURCE=700 -#stops soypilers complaining about signals .MAKE.JOBS = 1C |