aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcathook <cat.hook31894@gmail.com>2013-12-16 23:59:41 +0800
committercathook <cat.hook31894@gmail.com>2013-12-16 23:59:41 +0800
commit99d10ed0c28ccd47a6d4e2ffa5f36a226b71503c (patch)
tree1a7c8701d423a9f09ca6fb5dbef647606ce9da18 /Makefile
parent73ddf7ecce9c279e6242bb889f392d895a166a6d (diff)
downloadctl-feature-list.tar.gz
ctl-feature-list.tar.zst
ctl-feature-list.zip
change some return typefeature-list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c43a7ca..c494ef0 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ OBJ_CC := gcc $(GCC_OPT) -c -o
SLIB_CC := ar $(AR_OPT)
######################## targets ###########################
-OBJECT = utility vector list queue stack #dequeue heap map hash
+OBJECT = utility array list queue stack #dequeue heap map hash
SOURCE := $(foreach n,$(OBJECT),$(SRC)/$(n).c)
HEADER := $(foreach n,$(OBJECT),$(INC)/$(n).h)