6 lines
114 B
Makefile
6 lines
114 B
Makefile
windows:
|
|
g++ *.cpp -lmingw32 -lSDL3 -lopengl32 -mwindows -o shaders
|
|
|
|
linux:
|
|
g++ -g *.cpp -lSDL3 -lGL -o shaders
|