summaryrefslogtreecommitdiffstats
path: root/intf/Makefile
blob: 4552ec133cfa7091d25604d22345f86ed3b21bac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
TARGETS= collate2imp
all: $(TARGETS)

clean:
	rm $(TARGETS)

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