From 614cfd0c968d7b156932d85a5b375ace272a6775 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 30 七月 2020 09:57:42 +0800 Subject: [PATCH] add shm_alloc_key --- test/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/Makefile b/test/Makefile index ffc7b16..7298905 100755 --- a/test/Makefile +++ b/test/Makefile @@ -15,6 +15,7 @@ PROGS = protocle_parse strtok test_set test_vector lambda test + build: $(PROGS) -- Gitblit v1.8.0