Differences From Artifact [1941c5f730]:
- File Makefile — part of check-in [dcd83ba657] at 2024-12-04 09:41:25 on branch trunk — added clang (user: nnz, size: 1078) [annotate] [blame] [check-ins using]
To 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...]
| 1 2 3 4 5 6 7 8 9 10 11 | - + - + |
|
︙ | |||
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 56 57 58 59 60 | + + + + + + | clang -std=c99 -pedantic \ -Weverything \ -Wno-declaration-after-statement \ -Wno-implicit-int-conversion \ -Wno-shorten-64-to-32 \ *.c \ -o aocclang aoctcc: *.c *.h tcc -std=c99 -pedantic \ -Wall \ *.c \ -o aoctcc |