From 78956339691db1fb0de02e63823dc9100c0cd7e7 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 26 Aug 2025 13:23:37 -0400 Subject: pkiter: add iterator for pkarr and pkbktarr --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e00c62..1f80c2a 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ SRC = \ pkmem.h \ pkstr.h \ pkev.h \ + pkiter.h \ pkarr.h \ pkstn.h \ pkuuid.h \ @@ -49,6 +50,7 @@ all: options .WAIT clean .WAIT \ pkmem \ pkstr \ pkev \ + pkiter \ pkarr \ pkstn \ pktmr \ @@ -99,6 +101,8 @@ pkstr: pkmacros pkstr.gch pkstr.gchpp pkev: pkev.gch pkev.gchpp +pkiter: pkiter.gch pkiter.gchpp + pkarr: pkmem pkarr.gch pkarr.gchpp pkstn: pkstn.gch pkstn.gchpp @@ -118,6 +122,7 @@ build: pkmem-types build: pkmem build: pkstr build: pkev +build: pkiter build: pkarr build: pkstn build: pktmr @@ -132,6 +137,7 @@ build: pkfuncinstr pkmem.h \ pkstr.h \ pkev.h \ + pkiter.h \ pkarr.h \ pkstn.h \ pktmr.h \ @@ -214,6 +220,7 @@ test: pkmem-types test/test-pkmem-types test/test-pkmem-types-cpp test: pkmem test/test-pkmem test/test-pkmem-cpp test: pkstr test/test-pkstr test/test-pkstr-cpp test: pkev test/test-pkev test/test-pkev-cpp +test: pkiter test: pkarr test/test-pkarr test/test-pkarr-cpp test: pkstn test/test-pkstn test/test-pkstn-cpp test: pktmr test/test-pktmr test/test-pktmr-cpp -- cgit v1.2.3