aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Gray2003-08-10 07:34:58 +0000
committerJonathan Gray2003-08-10 07:34:58 +0000
commit51648f1f08101b8a25cb357c76ce88f1570f7820 (patch)
treeaff99ad5c2f6cb5d9bb438b1440c1ebd4eca1b84 /Makefile
parent4ae8311b34b0d1c703cf7ad144c219c6105ff3dc (diff)
downloadscummvm-rg350-51648f1f08101b8a25cb357c76ce88f1570f7820.tar.gz
scummvm-rg350-51648f1f08101b8a25cb357c76ce88f1570f7820.tar.bz2
scummvm-rg350-51648f1f08101b8a25cb357c76ce88f1570f7820.zip
nice friendly message about having to run configure first
svn-id: r9616
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e318f81f49..87110e0919 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,10 @@ CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy
include Makefile.common
+config.mak:
+ @echo "you need to run ./configure before you can run make"
+ @exit 1
+
dist:
$(RM) $(ZIPFILE)
$(ZIP) $(ZIPFILE) $(DISTFILES)