diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-04 17:31:04 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-04 17:31:04 +0200 |
commit | 07ce2cc784a0d420fbc807244847b55389427f6c (patch) | |
tree | 9ccd0f73be06633204d80f92c35f191cb9bbd1ff /minilibx_linux | |
parent | Merge branch 'adventures' into bad_boy_select (diff) | |
download | 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.tar.gz 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.tar.bz2 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.tar.xz 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.tar.zst 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.zip |
Selectable enemy
Diffstat (limited to 'minilibx_linux')
-rw-r--r-- | minilibx_linux/Makefile.gen | 2 | ||||
-rw-r--r-- | minilibx_linux/test/Makefile.gen | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/minilibx_linux/Makefile.gen b/minilibx_linux/Makefile.gen index e5e2ce0..5e2b3c1 100644 --- a/minilibx_linux/Makefile.gen +++ b/minilibx_linux/Makefile.gen @@ -1,5 +1,5 @@ INC=/usr/include -HT=Linux +HT=x86_64 DOCP=do_cp ## ## Makefile for MiniLibX in /home/boulon/work/c/raytraceur/minilibx diff --git a/minilibx_linux/test/Makefile.gen b/minilibx_linux/test/Makefile.gen index 7c67f50..c13f70c 100644 --- a/minilibx_linux/test/Makefile.gen +++ b/minilibx_linux/test/Makefile.gen @@ -1,5 +1,5 @@ INC=/usr/include -HT=Linux +HT=x86_64 DOCP=do_cp |