aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcathook <cat.hook31894@gmail.com>2013-12-17 03:13:26 +0800
committercathook <cat.hook31894@gmail.com>2013-12-17 03:18:38 +0800
commit1453386379c010d95783731fbb73152e4f2d5f6b (patch)
tree6bc67ecd19c9ded6cedb397c0452ead1305aec23
parent176ecbf10b9d089094ca35e46a3d48f898278aab (diff)
downloadctl-1453386379c010d95783731fbb73152e4f2d5f6b.tar.gz
ctl-1453386379c010d95783731fbb73152e4f2d5f6b.tar.zst
ctl-1453386379c010d95783731fbb73152e4f2d5f6b.zip
add sptree to Makefile targets
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c494ef0..089cc30 100644
--- a/Makefile
+++ b/Makefile
@@ -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)