summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)