4 lines
95 B
Makefile
4 lines
95 B
Makefile
|
|
main: main.c
|
|
gcc $(shell pkg-config --cflags gtk4) -o $@ $< $(shell pkg-config --libs gtk4)
|
|
|