Makefile

changeset 372
0ce6d4a1e2fd
parent 371
88bcf9fbdd07
child 373
39090da18b83
equal deleted inserted replaced
371:88bcf9fbdd07 372:0ce6d4a1e2fd
5 5
6 all: verse.lua 6 all: verse.lua
7 7
8 verse.lua: $(SOURCE_FILES) 8 verse.lua: $(SOURCE_FILES)
9 ./buildscripts/squish 9 ./buildscripts/squish
10
11 install: verse.lua
12 install -t $(LUA_DIR) -m 644 $^
10 13
11 clean: 14 clean:
12 rm verse.lua 15 rm verse.lua
13 16
14 $(MISSING_FILES): 17 $(MISSING_FILES):
18 rsm.lib.lua: 21 rsm.lib.lua:
19 wget https://hg.prosody.im/prosody-modules/raw-file/tip/mod_mam/rsm.lib.lua -O rsm.lib.lua 22 wget https://hg.prosody.im/prosody-modules/raw-file/tip/mod_mam/rsm.lib.lua -O rsm.lib.lua
20 23
21 release: $(MISSING_FILES) 24 release: $(MISSING_FILES)
22 25
23 .PHONY: all release clean 26 .PHONY: all release clean install

mercurial