From 2b4327b7a448228f67a054b4bdaa3f84b9db2164 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 19 Jan 2020 08:38:07 +0100 Subject: refactored stack functions and checking for duplicates in args --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ae44dd..8177f82 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ COMMON_DIR = $(SRC_DIR)/common CHECKER_NAME = checker COMMON_HEADER = $(COMMON_DIR)/common.h -COMMON_FILES = stack.c action.c +COMMON_FILES = stack_core.c stack_op.c stack_helper.c COMMON_SRC = $(addprefix $(COMMON_DIR)/,$(COMMON_FILES)) COMMON_OBJ = $(COMMON_SRC:.c=.o) -- cgit