Updated build information

This commit is contained in:
retoor 2024-11-30 21:04:01 +01:00
parent 3cd96f670b
commit faad92c32e

View File

@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Wall -Werror -Wextra -Ofast -std=c2x
all: build run run_rust
all: build run valgrind run_risspam
build:
@# removed -pedantic flag because it doesn't accept ' for formatting numbers
@ -14,7 +14,7 @@ build_risspam:
run: run_spam wl run_not_spam
run_risspam: run_spam_rispam run_not_spam_rispam
run_risspam: run_spam_risspam run_not_spam_risspam
format:
clang-format *.c *.h -i