From 3612806d5ea470f5dd2fb5a6e7f5be9de716a67e Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 28 May 2025 12:46:51 -0400 Subject: pktmpln: first-pass, adds _1, _2, and _3 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc403d6..b0a59c2 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ SRC = \ pkstn.h \ pkuuid.h \ pkbktarr.h \ + pktmpln.h \ test/pkmacros.c \ test/pkmacros.cpp \ test/pkmem-types.c \ @@ -52,6 +53,7 @@ all: options .WAIT clean .WAIT \ pktmr \ pkuuid \ pkbktarr \ + pktmpln \ test/test-pkmem-types test/test-pkmem-types-cpp \ test/test-pkmem test/test-pkmem-cpp \ test/test-pkmacros test/test-pkmacros-cpp \ @@ -105,6 +107,8 @@ pkuuid: pkuuid.gch pkuuid.gchpp pkbktarr: pkbktarr.gch pkbktarr.gchpp +pktmpln: pktmpln.gch pktmpln.gchpp + build: pkmacros build: pkmem-types build: pkmem @@ -127,6 +131,7 @@ build: pkbktarr pktmr.h \ pkuuid.h \ pkbktarr.h \ + pktmpln.h \ >> pk.h echo "#endif /* PK_SINGLE_HEADER_FILE_H */" >> pk.h sed -i -r \ @@ -207,6 +212,7 @@ test: pkstn test/test-pkstn test/test-pkstn-cpp test: pktmr test/test-pktmr test/test-pktmr-cpp test: pkuuid test/test-pkuuid test/test-pkuuid-cpp test: pkbktarr test/test-pkbktarr test/test-pkbktarr-cpp +test: pktmpln test: @echo "" ./test/test-pkmacros ; echo Result: $$? "\n" -- cgit v1.2.3