diff options
-rw-r--r-- | languages/cpp/app_templates/cpphello/cpp-Makefile.cvs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs b/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs index d1607023..5f31aa25 100644 --- a/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs +++ b/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs @@ -1,8 +1,4 @@ default: all all: - aclocal - autoheader - automake - autoconf - + autoreconf --install |