Added dll for SDL2_image and implemented top level functions for ball.

This commit is contained in:
Michael Chen
2018-01-10 23:40:17 +01:00
parent 7f36f6dd14
commit 71b4993a6b
7 changed files with 64 additions and 14 deletions

View File

@ -12,5 +12,4 @@ all:
$(compiler) $(warningLevel) $(includes) $(sources) $(linker) $(libs) $(args) $(dir)\$(target)
run:
cd $(dir) && \
$(target)
cd $(dir) && $(target)