diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-10-31 21:01:08 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-10-31 21:01:08 -0400 |
| commit | e4d71f20517488dd48cec43a870af496b0f90c5b (patch) | |
| tree | 4518595f17b62bcd697904d247d1fe5baa063ca6 /Makefile | |
| parent | b79beeafcb2feec7fbf830034ddcd61e03297283 (diff) | |
pkev: checkpoint: create
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -10,6 +10,7 @@ SRC = \ pkmem-types.h \ pkmem.h \ pkstr.h \ + pkev.h \ test/pkmacros.c \ test/pkmacros.cpp \ test/pkmem-types.c \ @@ -29,6 +30,7 @@ all: options .WAIT clean .WAIT \ pkmem-types \ pkmem \ pkstr \ + pkev \ test-pkmem-types test-pkmem-types-cpp \ test-pkmem test-pkmem-cpp \ test-pkmacros test-pkmacros-cpp \ @@ -64,15 +66,19 @@ pkmem: pkmem-types pkmem.gch pkmem.gchpp pkstr: pkmacros pkstr.gch pkstr.gchpp +pkev: pkev.gch pkev.gchpp + build: pkmacros build: pkmem-types build: pkmem build: pkstr +build: pkev cat pk.h.in \ pkmacros.h \ pkmem-types.h \ pkmem.h \ pkstr.h \ + pkev.h \ > pk.h sed -i -r \ -e "s/@@PK_VERSION@@/$(VERSION)/g" \ @@ -106,7 +112,7 @@ test-pkstr: test/pkstr.o test-pkstr-cpp: test/pkstr.so $(CXX) -g -O0 -std=c++23 $(CPPFLAGS) -o test/$@ $^ $(LDFLAGS) -test: pkmacros pkmem-types pkmem pkstr +test: pkmacros pkmem-types pkmem pkstr pkev test: test-pkmacros test-pkmacros-cpp test: test-pkmem-types test-pkmem-types-cpp test: test-pkmem test-pkmem-cpp |
