Files
demo5-sprites-bouncing/Makefile
T

5 lines
137 B
Makefile

source := source/*.cpp
executable_name := pelota
windows:
g++ $(source) -lmingw32 -lws2_32 -lSDL2main -lSDL2 -o $(executable_name).exe