# HG changeset patch # User Matthew Wild # Date 1530123207 -3600 # Node ID bf2fe3fc2f735b8f400e0073160e10a12b7bc020 # Parent 40b8cc3642740433b5f9d9486c1105605143c0da Makefile: Use configured squish path diff -r 40b8cc364274 -r bf2fe3fc2f73 Makefile --- a/Makefile Sun May 20 01:24:39 2018 +0200 +++ b/Makefile Wed Jun 27 19:13:27 2018 +0100 @@ -10,7 +10,7 @@ all: verse.lua verse.lua: $(SOURCE_FILES) - ./buildscripts/squish + $(SQUISH) install: verse.lua install -t $(LUA_DIR) -m 644 $^