diff options
author | cathook <cat.hook31894@gmail.com> | 2013-11-26 04:09:45 +0800 |
---|---|---|
committer | cathook <cat.hook31894@gmail.com> | 2013-11-26 04:09:45 +0800 |
commit | c021f2340849cbd27bd6c9638848fa71529f90c4 (patch) | |
tree | 3858502d7bb99dbfa815704b1b318229b390c064 | |
parent | 3f6212dbdaa76a6baaab00bf74a6df1484c42921 (diff) | |
download | ctl-c021f2340849cbd27bd6c9638848fa71529f90c4.tar.gz ctl-c021f2340849cbd27bd6c9638848fa71529f90c4.tar.zst ctl-c021f2340849cbd27bd6c9638848fa71529f90c4.zip |
update Makefile to allow compile list
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |