asteroids/Makefile

6 lines
161 B
Makefile
Raw Normal View History

all:
gcc -Wall -IC:\SDL2\x32\include *.c -LC:\SDL2\x32\lib -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf -o Asteroids.exe
2017-12-27 00:42:06 +01:00
run:
2017-12-27 00:29:54 +01:00
Asteroids.exe