summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-11-02 15:13:01 +0100
committersalad <fmoenne-@student.le-101.fr>2020-11-02 15:13:01 +0100
commit5e920c8c12a6f49691bbbe50984030621b5b4cbe (patch)
tree4690e8b0437c75e155a1397c9637fe55e005940b /Makefile
parentCaps files (diff)
download42-minishell-5e920c8c12a6f49691bbbe50984030621b5b4cbe.tar.gz
42-minishell-5e920c8c12a6f49691bbbe50984030621b5b4cbe.tar.bz2
42-minishell-5e920c8c12a6f49691bbbe50984030621b5b4cbe.tar.xz
42-minishell-5e920c8c12a6f49691bbbe50984030621b5b4cbe.tar.zst
42-minishell-5e920c8c12a6f49691bbbe50984030621b5b4cbe.zip
omw to sed-town
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f559be..6841aed 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,10 @@ SRCS_NAME += b_sqb_nbr
SRCS_NAME += b_sqb_str
SRCS_NAME += b_type
SRCS_NAME += b_unset
+SRCS_NAME += c_init
+SRCS_NAME += c_input
+SRCS_NAME += c_keys
+SRCS_NAME += c_utils
SRCS_NAME += e_builtins
SRCS_NAME += e_externs
SRCS_NAME += e_line