feat(Exception)

This commit is contained in:
2024-09-30 16:17:24 +03:00
parent 7e78bca810
commit 4eaf5b53c0
5 changed files with 111 additions and 0 deletions

View File

@ -14,6 +14,7 @@ OBJS =\
base58\
base64\
hash/sha256\
Exception
TOOLS = ${LIB}
@ -23,6 +24,7 @@ TESTS =\
test-base58\
test-base64\
hash/test-sha256\
test-Exception
ifeq (${origin CC}, default)
CC = g++