2 lines
81 B
Makefile
2 lines
81 B
Makefile
main: main.cpp
|
|
g++ main.cpp -o build/main `pkg-config --cflags --libs gtkmm-4.0`
|