cChardet/ext/libcharsetdetect/Makefile.test

7 lines
189 B
Text
Raw Normal View History

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