Comparison

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
comparison
equal deleted inserted replaced
418:40b8cc364274 419:bf2fe3fc2f73
8 MISSING_FILES=$(shell $(SQUISH) --list-missing-files) 8 MISSING_FILES=$(shell $(SQUISH) --list-missing-files)
9 9
10 all: verse.lua 10 all: verse.lua
11 11
12 verse.lua: $(SOURCE_FILES) 12 verse.lua: $(SOURCE_FILES)
13 ./buildscripts/squish 13 $(SQUISH)
14 14
15 install: verse.lua 15 install: verse.lua
16 install -t $(LUA_DIR) -m 644 $^ 16 install -t $(LUA_DIR) -m 644 $^
17 17
18 clean: 18 clean: