diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-04 18:27:40 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-04 18:27:40 +0200 |
commit | 078c6661c24a9460240d9c7c063a44e9bed6f96a (patch) | |
tree | 4d19d628210d5e0414228f1330c0d998b44c02e8 /client/makefile | |
parent | 18d06c79b9f6a625eb218a15c8216556fb99dc02 (diff) |
add i2ctcp unit tests
Diffstat (limited to 'client/makefile')
-rw-r--r-- | client/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/makefile b/client/makefile index 8352615..5cbf045 100644 --- a/client/makefile +++ b/client/makefile @@ -1,2 +1,4 @@ +TARGET = $(BUILD_DIR)/pbc + include ../lazy.mk |