summaryrefslogtreecommitdiff
path: root/src/ext/libcharsetdetect/Makefile.test
blob: 80cae1c20291551438e4a4b13f5357b683eeb148 (plain)
1
2
3
4
5
6
trchardet: trchardet.o build/libcharsetdetect.a
	$(CXX) -g -o trchardet trchardet.o build/libcharsetdetect.a


trchardet.o : trchardet.c charsetdetect.h 
	$(CC) -g $(CFLAGS) -c trchardet.c