]> git.treefish.org Git - usetaglib.git/commitdiff
Added Makefile.
authorAlexander Schmidt <alex@treefish.org>
Fri, 6 Feb 2015 13:20:08 +0000 (14:20 +0100)
committerAlexander Schmidt <alex@treefish.org>
Fri, 6 Feb 2015 13:20:08 +0000 (14:20 +0100)
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..a8c42b1
--- /dev/null
@@ -0,0 +1,2 @@
+*~
+usetaglib
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..2adc11f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+usetaglib: usetaglib.cpp
+       g++ -ltag usetaglib.cpp -o usetaglib