diff options
| author | Dominik Kaiser | 2024-05-10 12:26:25 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-10 12:26:25 +0200 |
| commit | 10b5c3a64680c4dc741cb41c5950abccbf310c7e (patch) | |
| tree | 4a65d2387c6964ee9357d1ad17e7f9f5094ee99e /mlx/Makefile | |
| parent | e206d293aa947dc56fa8408c42dccaff9cb423c3 (diff) | |
| parent | 461f71e2660e6286ffc757ca6b7077c70c80b6cf (diff) | |
| download | so_long-10b5c3a64680c4dc741cb41c5950abccbf310c7e.tar.gz so_long-10b5c3a64680c4dc741cb41c5950abccbf310c7e.zip | |
Merge migrate-to-mlx42 into master
Migrate from the old mlx to MLX42
Diffstat (limited to 'mlx/Makefile')
| -rw-r--r-- | mlx/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mlx/Makefile b/mlx/Makefile deleted file mode 100644 index 2e44836..0000000 --- a/mlx/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# -# - -NOM=libmlx.a -SRC= mlx_shaders.c mlx_new_window.m mlx_init_loop.m mlx_new_image.m mlx_xpm.c mlx_int_str_to_wordtab.c -SRC+= mlx_png.c mlx_mouse.m -OBJ1=$(SRC:.c=.o) -OBJ=$(OBJ1:.m=.o) -CFLAGS+=-O2 - -# add to match string put with X11 in size and position -CFLAGS+= -DSTRINGPUTX11 - -all: $(NOM) - -$(NOM): $(OBJ) - ar -r $(NOM) $(OBJ) - ranlib $(NOM) - -clean: - rm -f $(NOM) $(OBJ) *~ - rm -f mlx_app - -re: clean all |
