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>2007-10-20 10:46:51 +0000
committerStijn Buys <ingar@osirion.org>2007-10-20 10:46:51 +0000
commit89a997dc29ced5562370de385dba2a67b39398bd (patch)
treed9375dfa3944a0c84bd51388528dc1fcfff558e0 /Makefile.cvs
parent3866f2b33313d891347f454537843befd295b78f (diff)
kdevelop requires this.
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
new file mode 100644
index 0000000..d160702
--- /dev/null
+++ b/Makefile.cvs
@@ -0,0 +1,8 @@
+default: all
+
+all:
+ aclocal
+ autoheader
+ automake
+ autoconf
+