diff --git a/Makefile.cvs b/Makefile.cvs index 552d1fbee2c7ee16ab0f8300072a735fb0c99d4a..f633458f9170dd313f22543953730e4870359670 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -1,3 +1,5 @@ +all: autotools qt + autotools: @echo "This Makefile is only for the CVS repository" @echo "This will be deleted before making the distribution" @@ -12,5 +14,4 @@ autotools: qt: cd src/gui/qt && qmake -all: autotools qt