aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p1.le-101.fr>2020-03-11 16:07:29 +0100
committerRudy Bousset <rbousset@z2r4p1.le-101.fr>2020-03-11 16:07:29 +0100
commit7f77c9bc922fb608f689385d642304956afe0492 (patch)
tree50ccbb70b2f39f6dbe2d8336165eea47b6b5c048 /Makefile
parentqweqwe (diff)
download42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.tar.gz
42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.tar.bz2
42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.tar.xz
42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.tar.zst
42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.zip
Performance
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9fbd0f2..c3c4e0e 100644
--- a/Makefile
+++ b/Makefile
@@ -183,10 +183,8 @@ all: ${NAME}
clean:
ifeq (${OS}, Darwin)
@$(MAKE) --no-print-directory -C ${MLX_DIR} clean
-ifdef BETA
${RM} libmlx.dylib
endif
-endif
@$(MAKE) --no-print-directory -C ${LFT_DIR} clean
${RM} ${OBJS_DIR}
#--------------------------------------------------------------------------------------------------#