Moved Runtime libraries to bin folder

This commit is contained in:
Michael Chen 2018-01-07 14:37:03 +01:00
parent 5f5e069f6e
commit 1d91b0aedb
2 changed files with 1 additions and 1 deletions

View File

@ -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: