diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-21 15:16:20 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-21 15:16:39 +0100 |
| commit | 83f32ab6a37ce137cb0ac7c9ffc3f8e66a6fe104 (patch) | |
| tree | f9895565a5811d1fae9b8487b430335eea7328da /Makefile | |
| parent | Add documentation (diff) | |
| download | libcmap-83f32ab6a37ce137cb0ac7c9ffc3f8e66a6fe104.tar.gz libcmap-83f32ab6a37ce137cb0ac7c9ffc3f8e66a6fe104.tar.bz2 libcmap-83f32ab6a37ce137cb0ac7c9ffc3f8e66a6fe104.tar.xz | |
Add libcmap_fprint_range, libcmap_print_range, libcmap_dprint_range
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -27,7 +27,10 @@ OBJ =\ libcmap_find_block.o\ libcmap_find_script.o\ libcmap_sprint_range.o\ - libcmap_snprint_range.o + libcmap_snprint_range.o\ + libcmap_fprint_range.o\ + libcmap_print_range.o\ + libcmap_dprint_range.o HDR =\ libcmap.h\ |
