Software /
code /
verse
Comparison
Makefile @ 373:39090da18b83
Makefile: Error if config.unix is missing
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 01 Jan 2016 15:50:58 +0000 |
parent | 372:0ce6d4a1e2fd |
child | 376:c61f8aaf772c |
comparison
equal
deleted
inserted
replaced
372:0ce6d4a1e2fd | 373:39090da18b83 |
---|---|
1 include config.unix | 1 include config.unix |
2 | |
3 ifndef SQUISH | |
4 $(error Please run ./configure first) | |
5 endif | |
2 | 6 |
3 SOURCE_FILES=$(shell $(SQUISH) --list-files) | 7 SOURCE_FILES=$(shell $(SQUISH) --list-files) |
4 MISSING_FILES=$(shell $(SQUISH) --list-missing-files) | 8 MISSING_FILES=$(shell $(SQUISH) --list-missing-files) |
5 | 9 |
6 all: verse.lua | 10 all: verse.lua |