Skip to content

Commit

Permalink
Repair
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbenAaltink committed Sep 3, 2024
1 parent 9d049a8 commit 0d7ef81
Show file tree
Hide file tree
Showing 8 changed files with 6,306 additions and 3,680 deletions.
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,21 @@ coverage:
build_and_run_rrex3: build_rrex3 run_rrex3

build_rrex3:
gcc rrex3.c -o rrex3 -Wall -Wextra -O3
gcc rrex3.c -o rrex3 -Wall -Wextra -O2
rmerge rrex3.c > rrex3all.c
gcc -E rrex3.c -o rrex3alle.c -Wall -Wextra -O3
gcc -E rrex3.c -o rrex3alle.c -Wall -Wextra -O2

run_rrex3:
./rrex3

build_and_run_re: build_re run_re

build_re:
gcc re.c -o re -Wall -Wextra -O2

run_re:
./re "/home/retoor/projects/rlib" "int.*\b(.*) \b"

coverage_rrex3:
@rm -f *.gcda 2>/dev/null
@rm -f *.gcno 2>/dev/null
Expand Down
Loading

0 comments on commit 0d7ef81

Please sign in to comment.