Differences From Artifact [516da70523]:
- File Makefile — part of check-in [da2606395e] at 2024-12-03 14:19:12 on branch trunk — Added Makefile (for gcc (Debian 12.2.0-14) 12.2.0) (user: nnz, size: 743) [annotate] [blame] [check-ins using]
To Artifact [b36c017e36]:
- File Makefile — part of check-in [e5bb3b830c] at 2024-12-03 14:56:23 on branch trunk — comment inside command (user: nnz, size: 796) [annotate] [blame] [check-ins using]
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + | aocdbg: *.c *.h gcc -std=c2x -pedantic \ -D_XOPEN_SOURCE=800 \ -Werror -Wall -Wextra \ -Wbad-function-cast \ -Wcast-align \ -Wcast-qual \ |
︙ |