summaryrefslogtreecommitdiffstats
path: root/migratetags/Makefile
blob: fcfea28450ba5f9c3a5b400af61a2e589bdbb4ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

TARGETS= migratetags

all: $(TARGETS)

clean:
	rm -f $(TARGETS)

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