fix(Makefile): headers installation

This commit is contained in:
2024-09-18 11:16:34 +03:00
parent 2277ec01f3
commit 0545182df1
2 changed files with 11 additions and 3 deletions

4
include/base.hpp Normal file
View File

@ -0,0 +1,4 @@
#include <base/hex.hpp>
#include <base/baseN.hpp>
#include <base/base64.hpp>
#include <base/hash/sha256.hpp>