Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
remove mlx linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mahautlatinis committed Oct 3, 2023
1 parent 2f799cd commit 6d8fbf5
Show file tree
Hide file tree
Showing 61 changed files with 0 additions and 8,209 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ubuntu-compilation.yml

This file was deleted.

6 changes: 0 additions & 6 deletions cub3d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,9 @@ BONUS_COMMONS = cub_parser/cub_data.c \
main.c \
misc.c

ifeq ($(shell uname), Darwin)
MLX_DIR = mlx_mac
MLX_FLAGS = -framework OpenGL -framework AppKit
BONUS_NAMES = $(BONUS_COMMONS) graphics/events_mouse_mac.c
else
MLX_DIR = mlx_linux
MLX_FLAGS = -lX11 -lXext -lm
BONUS_NAMES = $(BONUS_COMMONS) graphics/events_mouse_linux.c
endif

LIB_FLAGS = -L ${LIBFT_DIR} ${MLX_FLAGS} -lft -L ${MLX_DIR} -lmlx

Expand Down
25 changes: 0 additions & 25 deletions cub3d/mlx_linux/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions cub3d/mlx_linux/Makefile

This file was deleted.

63 changes: 0 additions & 63 deletions cub3d/mlx_linux/Makefile.mk

This file was deleted.

55 changes: 0 additions & 55 deletions cub3d/mlx_linux/README.md

This file was deleted.

121 changes: 0 additions & 121 deletions cub3d/mlx_linux/configure

This file was deleted.

Loading

0 comments on commit 6d8fbf5

Please sign in to comment.