aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)