From 1b093acfe68a5fb7f1b717bb37b140425d82f4ee Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 18 Jan 2021 17:59:26 +0100 Subject: [PATCH] Removed windows only commandline options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1307c82..fd0451a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ OPT = g -g DEFINE = -DCPU_Z80_STATIC -DCPU_Z80_USE_LOCAL_HEADER CFLAGS = -Wall -Wextra -std=c++20 -flto -O$(OPT) $(DEFINE) -Iinclude `$(PREFIX)pkg-config --cflags sdl2` -Ilibs/z80/API/emulation/CPU -Ilibs/z/API -LDFLAGS = -Wall -Wextra -flto -O$(OPT) `$(PREFIX)pkg-config --libs sdl2` `$(PREFIX)pkg-config --libs SDL2_image` -mconsole +LDFLAGS = -Wall -Wextra -flto -O$(OPT) `$(PREFIX)pkg-config --libs sdl2` `$(PREFIX)pkg-config --libs SDL2_image` SRC = \ src/main.cpp \