Sorted the assets into folders and created Makefile.

This commit is contained in:
Michael Chen
2017-12-27 00:29:20 +01:00
parent bc9f0a7aa2
commit 14a2bd131f
4 changed files with 11 additions and 9 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
gcc -Wall -IC:\SDL2\x32\include *.c -LC:\SDL2\x32\lib -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf -o Asteroids.exe