rosenrot/scratchpad/makefile

3 lines
103 B
Makefile
Raw Normal View History

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