diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,6 +22,7 @@ SRC = \ test/pkstr.cpp \ test/pkev.c \ test/pkev.cpp \ + test/pkarr.c\ test/pkarr.cpp \ OBJ = $(SRC:%.c=.o) @@ -75,7 +76,7 @@ pkstr: pkmacros pkstr.gch pkstr.gchpp pkev: pkev.gch pkev.gchpp -pkarr: pkarr.gch pkarr.gchpp +pkarr: pkmem pkarr.gch pkarr.gchpp build: pkmacros build: pkmem-types |
