diff options
Diffstat (limited to '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 array list queue stack #dequeue heap map hash SOURCE := $(foreach n,$(OBJECT),$(SRC)/$(n).c) HEADER := $(foreach n,$(OBJECT),$(INC)/$(n).h) |