diff --git a/ex00/Makefile b/ex00/Makefile index a84f661..c60e6b3 100644 --- a/ex00/Makefile +++ b/ex00/Makefile @@ -46,7 +46,7 @@ DEPS = $(addprefix $(INCDIR)/,$(HEADERS)) RM = /bin/rm -f RMDIR = /bin/rmdir -.DEFAULT_GOAL = test +.DEFAULT_GOAL = all NAME ?= rush-02