diff options
author | cathook <cat.hook31894@gmail.com> | 2013-12-02 02:34:20 +0800 |
---|---|---|
committer | cathook <cat.hook31894@gmail.com> | 2013-12-02 02:34:20 +0800 |
commit | 1723662150d9a13e19d96bef06a92ec56091194e (patch) | |
tree | ae6dd432aaf2e93fd779dc4d52bae433b418e7f0 | |
parent | 86f10482b173bcdcd820ce1065fff4ed8ea7973f (diff) | |
download | ctl-1723662150d9a13e19d96bef06a92ec56091194e.tar.gz ctl-1723662150d9a13e19d96bef06a92ec56091194e.tar.zst ctl-1723662150d9a13e19d96bef06a92ec56091194e.zip |
update makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 vector list queue stack #dequeue heap map hash SOURCE := $(foreach n,$(OBJECT),$(SRC)/$(n).c) HEADER := $(foreach n,$(OBJECT),$(INC)/$(n).h) |