summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 15:18:41 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 15:18:41 +0200
commit870e8a742536c08d4102630d0e4ffa0f86e639f0 (patch)
treeb1ad22f003a7e833fc13c62f0be605c258a3d55e /Makefile
parentTODO update (diff)
download42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.tar.gz
42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.tar.bz2
42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.tar.xz
42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.tar.zst
42-minishell-870e8a742536c08d4102630d0e4ffa0f86e639f0.zip
Pipes rework incomming
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9eefc38..46e4176 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: all
+default: debug
#==============================================================================#
#--------------------------------- SHELL --------------------------------------#
#==============================================================================#