Moved Runtime libraries to bin folder
This commit is contained in:
parent
5f5e069f6e
commit
1d91b0aedb
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ compiler = gcc
|
|||||||
warningLevel = -Wall
|
warningLevel = -Wall
|
||||||
sources = *.c
|
sources = *.c
|
||||||
linker = -L"C:\SDL2\x32\lib"
|
linker = -L"C:\SDL2\x32\lib"
|
||||||
target = Breakout.exe
|
target = bin\Breakout.exe
|
||||||
args = -o
|
args = -o
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
Loading…
Reference in New Issue
Block a user