summaryrefslogtreecommitdiffstats
path: root/textsstats/Makefile
blob: f853a6d81e9e3c9aeaf8a561d70cd32df8159cfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
TARGETS= stats
all: $(TARGETS)

clean:
	rm $(TARGETS)

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