Diff

Makefile @ 419:bf2fe3fc2f73

Makefile: Use configured squish path
author Matthew Wild <mwild1@gmail.com>
date Wed, 27 Jun 2018 19:13:27 +0100
parent 416:92ce569b9b73
child 502:783188a44b0a
line wrap: on
line diff
--- 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 $^