Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2016-03-05 23:26:08 +0100
committerStijn Buys <ingar@osirion.org>2016-03-05 23:26:08 +0100
commit691136ea46b7ac59108402970cd61e157e3f292c (patch)
treedb846cfe6e14e5bbb74f0874ea97e937a18db3c9 /Makefile.git
parent44405ef0f1b811cc0c2f18bbe24c34f37f288388 (diff)
Homogenized documentation files throughout the different projects.
Diffstat (limited to 'Makefile.git')
-rw-r--r--Makefile.git8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.git b/Makefile.git
new file mode 100644
index 0000000..d160702
--- /dev/null
+++ b/Makefile.git
@@ -0,0 +1,8 @@
+default: all
+
+all:
+ aclocal
+ autoheader
+ automake
+ autoconf
+