summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-04 16:43:31 +0000
committermidipix <writeonce@midipix.org>2025-06-04 17:09:41 +0000
commit7cc041cbae69077221e8bfeb7f09f3601743d28b (patch)
tree7a8c2aa14927d6c935526316c4c5ca179dff0469 /project/common.mk
parent0d612c9a62d6ea59382092335a068bb1349aead6 (diff)
downloadperk-7cc041cbae69077221e8bfeb7f09f3601743d28b.tar.bz2
perk-7cc041cbae69077221e8bfeb7f09f3601743d28b.tar.xz
ar: pe_ar_print_members(): initial implementation and integration.
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 14188c5..3fb1971 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -5,6 +5,7 @@ API_SRCS = \
src/arbits/pe_armap_sysv_32.c \
src/arbits/pe_armap_sysv_64.c \
src/arbits/output/pe_ar_list_members.c \
+ src/arbits/output/pe_ar_print_members.c \
src/cmds/pe_cmd_ar.c \
src/cmds/pe_cmd_perk.c \
src/driver/pe_amain.c \