diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-28 12:46:51 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-28 12:46:51 -0400 |
| commit | 3612806d5ea470f5dd2fb5a6e7f5be9de716a67e (patch) | |
| tree | 2f41f52b40059bf05013f30194201934c446864a /Makefile | |
| parent | b9f23559d8bc36356ea0b6264c91d82dba3fb74d (diff) | |
pktmpln: first-pass, adds _1, _2, and _3
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |
