Compare commits

..

No commits in common. "aa14ca5ab053a45f342872b784c866a2d166fbb0" and "3cd96f670b1bb12de84320a2dbd5f33ea0fb1736" have entirely different histories.

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 - run: make valgrind

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 valgrind run_risspam all: build run run_rust
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_risspam run_not_spam_risspam run_risspam: run_spam_rispam run_not_spam_rispam
format: format:
clang-format *.c *.h -i clang-format *.c *.h -i