summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs')
-rw-r--r--languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs8
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs b/languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs
new file mode 100644
index 00000000..d1607023
--- /dev/null
+++ b/languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs
@@ -0,0 +1,8 @@
+default: all
+
+all:
+ aclocal
+ autoheader
+ automake
+ autoconf
+