aboutsummaryrefslogtreecommitdiffstats
path: root/tests/encoding/Makefile
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-10-05 21:03:58 +0200
committerVincent Richard <[email protected]>2004-10-05 21:03:58 +0200
commit4661f3f6a326955fcad2d37610b76fe2677db9eb (patch)
treea9dff4fe5f1127aceae6de982369f2e419311606 /tests/encoding/Makefile
parentChanged meaning of "path" portion in a URL. This does not specify the root pa... (diff)
downloadvmime-4661f3f6a326955fcad2d37610b76fe2677db9eb.tar.gz
vmime-4661f3f6a326955fcad2d37610b76fe2677db9eb.zip
Files omitted during initial import.
Diffstat (limited to 'tests/encoding/Makefile')
-rw-r--r--tests/encoding/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/encoding/Makefile b/tests/encoding/Makefile
new file mode 100644
index 00000000..7c0fe6c0
--- /dev/null
+++ b/tests/encoding/Makefile
@@ -0,0 +1,5 @@
+
+
+main: main.cpp ../../libvmime-debug.a
+ g++ -g -o main main.cpp ../../libvmime-debug.a
+