summaryrefslogtreecommitdiff
path: root/src/ext/libcharsetdetect/Makefile.test
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/libcharsetdetect/Makefile.test')
-rw-r--r--src/ext/libcharsetdetect/Makefile.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/libcharsetdetect/Makefile.test b/src/ext/libcharsetdetect/Makefile.test
new file mode 100644
index 0000000..80cae1c
--- /dev/null
+++ b/src/ext/libcharsetdetect/Makefile.test
@@ -0,0 +1,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