From 8b89e81b09adbb06f6e5e64aa115a1eef6e75b57 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 30 十一月 2020 11:10:15 +0800 Subject: [PATCH] update --- test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index a4b59f1..7046699 100755 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon -PROGS = ${DEST}/is_little_endian +PROGS = ${DEST}/test test2 DEPENDENCES = $(patsubst %, %.d, $(PROGS)) -- Gitblit v1.8.0