TARGETS= stats all: $(TARGETS) clean: rm $(TARGETS) .cpp: g++ -g `pkg-config --static --cflags sword` $< -o $@ `pkg-config --static --libs sword`