diff options
author | cathook <cat.hook31894@gmail.com> | 2013-12-17 03:13:26 +0800 |
---|---|---|
committer | cathook <cat.hook31894@gmail.com> | 2013-12-17 03:18:38 +0800 |
commit | 1453386379c010d95783731fbb73152e4f2d5f6b (patch) | |
tree | 6bc67ecd19c9ded6cedb397c0452ead1305aec23 | |
parent | 176ecbf10b9d089094ca35e46a3d48f898278aab (diff) | |
download | ctl-1453386379c010d95783731fbb73152e4f2d5f6b.tar.gz ctl-1453386379c010d95783731fbb73152e4f2d5f6b.tar.zst ctl-1453386379c010d95783731fbb73152e4f2d5f6b.zip |
add sptree to Makefile targets
-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 array list queue stack #dequeue heap map hash +OBJECT = utility array list queue stack sptree #dequeue heap map hash SOURCE := $(foreach n,$(OBJECT),$(SRC)/$(n).c) HEADER := $(foreach n,$(OBJECT),$(INC)/$(n).h) |