Makefile

changeset 373
39090da18b83
parent 372
0ce6d4a1e2fd
child 376
c61f8aaf772c
--- a/Makefile	Fri Jan 01 15:41:04 2016 +0000
+++ b/Makefile	Fri Jan 01 15:50:58 2016 +0000
@@ -1,5 +1,9 @@
 include config.unix
 
+ifndef SQUISH
+  $(error Please run ./configure first)
+endif
+
 SOURCE_FILES=$(shell $(SQUISH) --list-files)
 MISSING_FILES=$(shell $(SQUISH) --list-missing-files)
 

mercurial