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 [c9a2b8ef76]:
- File Makefile — part of check-in [acf723019c] at 2024-12-26 11:56:58 on branch trunk — 202417 1st star (user: nnz, size: 1175) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | all: aoc aocdbg aoc aocclang aoctcc clean: rm aocdbg aoc aocclang aoctcc aocdbg: *.c *.h gcc -std=c99 -pedantic -pedantic-errors \ -Werror -Wall -Wextra \ |
︙ | ︙ |