learning-GTK/Makefile
Vincent Batts c4546b7883
Initial commit
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2024-04-02 09:51:56 -04:00

4 lines
95 B
Makefile

main: main.c
gcc $(shell pkg-config --cflags gtk4) -o $@ $< $(shell pkg-config --libs gtk4)