summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-02-12 17:28:01 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-02-12 17:28:01 +0100
commitc5d14b543093cf4e321f34dd9f76af629f0e5460 (patch)
treef77ac0c6dfad8b622cc27e7262ba8715c4d0d49a /Makefile
parent7ed4b197db16f0df3ddfddb4cfe6078a96d7e9ec (diff)
Fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)