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