summaryrefslogblamecommitdiffstats
path: root/migratetags/Makefile
blob: 19f433574122e68b470edd5ac72860c55b81598a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                    









                                                                             

TARGETS= migratetags

all: $(TARGETS)

clean:
	rm $(TARGETS)

.cpp:
	g++ -g `pkg-config --cflags sword` $< -o $@ `pkg-config --libs sword`