2 lines
83 B
Makefile
2 lines
83 B
Makefile
build/game : main.cpp
|
|
clang main.cpp -L/usr/lib -lSDL3 -lSDL3_image -o build/game
|