aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d726b69..c8a6df4 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/06/09 10:51:41 by charles ### ########.fr #
+# Updated: 2020/06/12 09:17:28 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -17,8 +17,6 @@ DOXYGEN = doxygen
DOXYGEN_FILE = Doxyfile
DOC_DIR = doc
-TESTEXEC = test.sh
-
LIBFTDIR = libft
INCLUDEDIR = include
SRCDIR = src
@@ -44,10 +42,6 @@ all: libft_all prebuild
.PHONY: allnopre
allnopre: $(NAME)
-.PHONY: test
-test:
- @./$(TESTEXEC)
-
.PHONY: prebuild
prebuild:
@for subdir in $(OBJDIRS); do echo "Making dir $$subdir"; mkdir -p $$subdir; done