Compare commits

...

2 Commits

Author SHA1 Message Date
aa14ca5ab0 Update build instructions to include risspam.
All checks were successful
isspam build / build (push) Successful in 30s
2024-11-30 21:04:32 +01:00
faad92c32e Updated build information 2024-11-30 21:04:01 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: make valgrind - run: make

View File

@ -1,7 +1,7 @@
CC = gcc CC = gcc
CFLAGS = -Wall -Werror -Wextra -Ofast -std=c2x CFLAGS = -Wall -Werror -Wextra -Ofast -std=c2x
all: build run run_rust all: build run valgrind run_risspam
build: build:
@# removed -pedantic flag because it doesn't accept ' for formatting numbers @# 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: 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: format:
clang-format *.c *.h -i clang-format *.c *.h -i