From d17643e8fe84ed1e5c79c63f1a8dad00c7107fb5 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sat, 25 Mar 2017 21:43:51 +0100 Subject: [PATCH] makefile --- 42sh/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/42sh/Makefile b/42sh/Makefile index b8b2cf0b..c211ff0f 100644 --- a/42sh/Makefile +++ b/42sh/Makefile @@ -246,7 +246,6 @@ lexer/token_append.c\ lexer/token_cmp_type.c\ lexer/token_free.c\ lexer/token_init.c\ -lexer/token_print.c\ line_editing/control_features.c\ line_editing/copy_cut_paste/copy_cut_paste.c\ line_editing/copy_cut_paste/underline_down.c\