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