Software /
code /
verse
Comparison
Makefile @ 502:783188a44b0a
Makefile: Remove custom fetching of util.rsm
It should be covered by regular fetching of Prosody resources
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 23 Jun 2023 12:44:24 +0200 |
parent | 419:bf2fe3fc2f73 |
comparison
equal
deleted
inserted
replaced
501:419c248919e8 | 502:783188a44b0a |
---|---|
20 | 20 |
21 $(MISSING_FILES): | 21 $(MISSING_FILES): |
22 mkdir -p "$(@D)" | 22 mkdir -p "$(@D)" |
23 wget "$(PROSODY_URL)$@" -O "$@" | 23 wget "$(PROSODY_URL)$@" -O "$@" |
24 | 24 |
25 rsm.lib.lua: | |
26 wget https://hg.prosody.im/prosody-0.10/raw-file/0.10.1/util/rsm.lua -O rsm.lib.lua | |
27 | |
28 release: $(MISSING_FILES) | 25 release: $(MISSING_FILES) |
29 rm config.unix | 26 rm config.unix |
30 | 27 |
31 .PHONY: all release clean install | 28 .PHONY: all release clean install |