diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-08-31 16:18:35 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-08-31 16:18:35 +0200 |
| commit | c4e08ec3777b78b6f788eec6737524cc5e856107 (patch) | |
| tree | b7e5392ba339d86c14d965059aa93149f506d45e /Makefile | |
| parent | 030e4354efdf28bfee5614a78ff0dbd1a6acecf7 (diff) | |
| download | small-utils-c4e08ec3777b78b6f788eec6737524cc5e856107.tar.gz small-utils-c4e08ec3777b78b6f788eec6737524cc5e856107.tar.bz2 | |
rename output.h to trace_macros.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -39,24 +39,24 @@ out/debug: out # Lazy, not splitting compiler & linker calls out/mem_internal_check: out src/mem_internal_check.c \ - include/output.h include/hex_conversion.h + include/trace_macros.h include/hex_conversion.h ${CC} -o $@ ${CFLAGS} ${PROD_CFLAGS} src/mem_internal_check.c out/debug/mem_internal_check: out/debug src/mem_internal_check.c \ - include/output.h include/hex_conversion.h + include/trace_macros.h include/hex_conversion.h ${CC} -o $@ ${CFLAGS} ${DEBUG_CFLAGS} src/mem_internal_check.c -out/split_for_sort: out src/split_for_sort.c include/output.h +out/split_for_sort: out src/split_for_sort.c include/trace_macros.h ${CC} -o $@ ${CFLAGS} ${PROD_CFLAGS} src/split_for_sort.c -out/debug/split_for_sort: out/debug src/split_for_sort.c include/output.h +out/debug/split_for_sort: out/debug src/split_for_sort.c include/trace_macros.h ${CC} -o $@ ${CFLAGS} ${DEBUG_CFLAGS} src/split_for_sort.c out/tree_based_check: out src/tree_based_check.c \ - include/output.h include/hex_conversion.h + include/trace_macros.h include/hex_conversion.h ${CC} -o $@ ${CFLAGS} ${PROD_CFLAGS} src/tree_based_check.c out/debug/tree_based_check: out/debug src/tree_based_check.c \ - include/output.h include/hex_conversion.h + include/trace_macros.h include/hex_conversion.h ${CC} -o $@ ${CFLAGS} ${DEBUG_CFLAGS} src/tree_based_check.c |
