summaryrefslogtreecommitdiff
path: root/saedit/Makefile
blob: 772012e6f95d0358d031c89e48df1c88250ed76a (plain) (blame)
1
2
3
4
5
6
7
8
GTK_FLAGS = $(shell pkg-config gtk+-2.0 --cflags --libs) $(shell pkg-config gtksourceview-2.0 --cflags --libs)
IBUS_FLAGS = $(shell pkg-config ibus-1.0 --cflags --libs)
OUTPUT = saedit
all:compile clean
compile:
	gcc ${CFLAGS} ${GTK_FLAGS} ${IBUS_FLAGS} ${LDFLAGS} main.c -o '${OUTPUT}'
clean:
	rm -rfv *.o~ *.c~ *.h~