rosenrot/scratchpad/makefile

3 lines
103 B
Makefile

build:
gcc -std=c99 -Wall `pkg-config --cflags gtk4` test.c -o rosenrot `pkg-config --libs gtk4`