Makefile: Use configured squish path

Wed, 27 Jun 2018 19:13:27 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 27 Jun 2018 19:13:27 +0100
changeset 419
bf2fe3fc2f73
parent 418
40b8cc364274
child 420
459305b2314f

Makefile: Use configured squish path

Makefile file | annotate | diff | comparison | revisions
--- 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 $^

mercurial