Self executing Makefile
This commit is contained in:
parent
14a2bd131f
commit
7cc0621aa5
1
Makefile
1
Makefile
@ -1,2 +1,3 @@
|
|||||||
all:
|
all:
|
||||||
gcc -Wall -IC:\SDL2\x32\include *.c -LC:\SDL2\x32\lib -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf -o Asteroids.exe
|
gcc -Wall -IC:\SDL2\x32\include *.c -LC:\SDL2\x32\lib -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf -o Asteroids.exe
|
||||||
|
Asteroids.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user