Moved Runtime libraries to bin folder
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user