From c5d14b543093cf4e321f34dd9f76af629f0e5460 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Thu, 12 Feb 2026 17:28:01 +0100 Subject: Fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4db8b55..bb8c22a 100644 --- a/Makefile +++ b/Makefile @@ -19,11 +19,11 @@ LDFLAGS = -L$(SDL2_PATH)/lib LIBS = -lmingw32 -lSDL2main -lSDL2 -mwindows # Source files -SOURCES = main.cpp graphics.cpp +SOURCES = sample1.cpp graphics.cpp OBJECTS = $(SOURCES:.cpp=.o) # Output executable -TARGET = GraphicsDemo.exe +TARGET = sample.exe # Default target all: $(TARGET) -- cgit v1.2.3