summaryrefslogtreecommitdiffstats
path: root/paralleltag/Makefile
blob: 877965c98835ca988830c1960de910e00916d29d (plain) (blame)
1
2
3
4
modedit: modedit.cpp
	g++ -g -I/usr/include/sword modedit.cpp -o modedit `pkg-config --libs sword`
clean:
	rm -f modedit