summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ce3ecf..6f4e2c8 100644
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,8 @@ libft:
libmlx:
@if [ ! -d "MLX42" ]; then \
git clone https://github.com/codam-coding-college/MLX42.git; \
+ cmake MLX42 -B MLX42/build && make -C MLX42/build -j4; \
fi
- @cmake MLX42 -B MLX42/build && make -C MLX42/build -j4
clean:
@make -C libft clean