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