aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z3r8p1.le-101.fr>2020-02-13 17:06:14 +0100
committerRudy Bousset <rbousset@z3r8p1.le-101.fr>2020-02-13 17:06:14 +0100
commita4bce145513f41f20f6c1c9e5516eb93a78a19c9 (patch)
treea7ae45e9608ab112874ba56414baec09cadfcae8 /Makefile
parentOn the way (diff)
download42-cub3d-a4bce145513f41f20f6c1c9e5516eb93a78a19c9.tar.gz
42-cub3d-a4bce145513f41f20f6c1c9e5516eb93a78a19c9.tar.bz2
42-cub3d-a4bce145513f41f20f6c1c9e5516eb93a78a19c9.tar.xz
42-cub3d-a4bce145513f41f20f6c1c9e5516eb93a78a19c9.tar.zst
42-cub3d-a4bce145513f41f20f6c1c9e5516eb93a78a19c9.zip
Bug fixes
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d13510f..6b20e5b 100644
--- a/Makefile
+++ b/Makefile
@@ -109,10 +109,6 @@ else
endif
#------------------------------------------------------------------------------#
all:
- @printf "%s\n" ${SCR_SZE}
- @printf "%s\n" ${CFLAGS}
- @exit
-
ifeq (${OS}, Darwin)
@$(MAKE) --no-print-directory -C ${MLX_DIR} all
endif