Differences From Artifact [e5558dd887]:
- File Makefile — part of check-in [999b1250b6] at 2024-12-04 09:46:30 on branch trunk — added tcc (user: nnz, size: 1171) [annotate] [blame] [check-ins using] [more...]
To Artifact [5fd029b772]:
- File Makefile — part of check-in [ce30145a0d] at 2024-12-08 15:25:40 on branch trunk — 202408 found the antinodes; counting to do (user: nnz, size: 1171) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | all: aoc aocdbg aocclang aoctcc clean: rm aocdbg aoc aocclang aoctcc aocdbg: *.c *.h gcc -std=c99 -pedantic -pedantic-errors \ -Werror -Wall -Wextra \ |
︙ | ︙ |