2 lines
84 B
Makefile
2 lines
84 B
Makefile
all: main.c
|
|
gcc `pkg-config --cflags --libs gtk+-2.0` -o ../ngunix-launcher main.c
|