Skip to content

Commit

Permalink
debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Oct 19, 2023
1 parent 453ee08 commit c1898fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: vvaas <vvaas@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/10/04 16:43:41 by maldavid #+# #+# #
# Updated: 2023/10/19 23:44:50 by maldavid ### ########.fr #
# Updated: 2023/10/19 23:47:59 by maldavid ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -36,7 +36,7 @@ INCLUDES = -I./includes -I./src -I./third_party
LDLIBS =

ifeq ($(OS), Darwin)
LDLIBS += $(sdl2-config --cflags --libs)
LDLIBS += -lSDL2
endif

ifeq ($(DEBUG), true)
Expand Down

0 comments on commit c1898fb

Please sign in to comment.