summaryrefslogblamecommitdiff
path: root/saedit/Makefile
blob: 7c62f6ff40df6d0deed5d121ba61280a68491aff (plain) (tree)
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 -ggdb3 -O2 ${CFLAGS} ${GTK_FLAGS} ${IBUS_FLAGS} ${LDFLAGS} main.c -o '${OUTPUT}'
clean:
	rm -rfv *.o~ *.c~ *.h~