aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcathook <cat.hook31894@gmail.com>2013-11-26 04:09:45 +0800
committercathook <cat.hook31894@gmail.com>2013-11-26 04:09:45 +0800
commitc021f2340849cbd27bd6c9638848fa71529f90c4 (patch)
tree3858502d7bb99dbfa815704b1b318229b390c064
parent3f6212dbdaa76a6baaab00bf74a6df1484c42921 (diff)
downloadctl-c021f2340849cbd27bd6c9638848fa71529f90c4.tar.gz
ctl-c021f2340849cbd27bd6c9638848fa71529f90c4.tar.zst
ctl-c021f2340849cbd27bd6c9638848fa71529f90c4.zip
update Makefile to allow compile list
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 245ac35..25fb9ac 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ OBJ_CC := gcc $(GCC_OPT) -c
SLIB_CC := ar $(AR_OPT)
######################## targets ###########################
-OBJECT = utility vector #list queue stack dequeue heap map hash
+OBJECT = utility vector list #queue stack dequeue heap map hash
SOURCE := $(foreach n,$(OBJECT),$(SRC)/$(n).c)
HEADER := $(foreach n,$(OBJECT),$(INC)/$(n).h)