Updated build information
This commit is contained in:
parent
3cd96f670b
commit
faad92c32e
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user