From faad92c32ea6502bc7881b5b8dd511993b6cc4de Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 30 Nov 2024 21:04:01 +0100 Subject: [PATCH] Updated build information --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a341744..41bbd03 100644 --- a/Makefile +++ b/Makefile @@ -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