LearnGTK/makefile

4 lines
95 B
Makefile

all:
gcc -Wall learning.c -o learning `pkg-config --cflags --libs gtk4`
clean:
rm -f learning