Software /
code /
verse
Diff
Makefile @ 371:88bcf9fbdd07
configure, Makefile: Add configure script to set build-time variables
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 01 Jan 2016 15:40:51 +0000 |
parent | 370:75e7917761c0 |
child | 372:0ce6d4a1e2fd |
line wrap: on
line diff
--- a/Makefile Thu Dec 31 21:12:00 2015 +0000 +++ b/Makefile Fri Jan 01 15:40:51 2016 +0000 @@ -1,5 +1,5 @@ -SQUISH=./buildscripts/squish -PROSODY_URL=https://hg.prosody.im/0.9/raw-file/tip/ +include config.unix + SOURCE_FILES=$(shell $(SQUISH) --list-files) MISSING_FILES=$(shell $(SQUISH) --list-missing-files)