From 1d91b0aedbb84d022a8a772925ac48f1f324667d Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Sun, 7 Jan 2018 14:37:03 +0100 Subject: [PATCH] Moved Runtime libraries to bin folder --- Makefile | 2 +- SDL2.dll => bin/SDL2.dll | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename SDL2.dll => bin/SDL2.dll (100%) diff --git a/Makefile b/Makefile index c60070c..1f18e85 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ compiler = gcc warningLevel = -Wall sources = *.c linker = -L"C:\SDL2\x32\lib" -target = Breakout.exe +target = bin\Breakout.exe args = -o all: diff --git a/SDL2.dll b/bin/SDL2.dll similarity index 100% rename from SDL2.dll rename to bin/SDL2.dll