aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-14 20:48:50 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-14 20:48:50 +0200
commit8e40323db9715621d8ab45ff6d943c2eeba46ea0 (patch)
tree010828d6a75dfaaf94535035dc50b6a2a55aa12e /Makefile
parent3693acaff9fbf3f34dc2907e95dd221d5a8bc9e4 (diff)
downloadminishell-8e40323db9715621d8ab45ff6d943c2eeba46ea0.tar.gz
minishell-8e40323db9715621d8ab45ff6d943c2eeba46ea0.tar.bz2
minishell-8e40323db9715621d8ab45ff6d943c2eeba46ea0.zip
Removing path hash table, replacing it by brute force searchpath
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccf5433..1ea268f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/03 04:14:24 by cacharle #+# #+# #
-# Updated: 2020/09/13 16:02:22 by charles ### ########.fr #
+# Updated: 2020/09/14 19:10:10 by charles ### ########.fr #
# #
# **************************************************************************** #