diff options
author | Rudy Bousset <rbousset@z3r8p1.le-101.fr> | 2020-02-13 17:06:14 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z3r8p1.le-101.fr> | 2020-02-13 17:06:14 +0100 |
commit | a4bce145513f41f20f6c1c9e5516eb93a78a19c9 (patch) | |
tree | a7ae45e9608ab112874ba56414baec09cadfcae8 /Makefile | |
parent | On the way (diff) | |
download | 42-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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |