Software /
code /
verse
Comparison
Makefile @ 376:c61f8aaf772c
Makefile: Remove config.unix when making a release
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 01 Jan 2016 17:17:36 +0000 |
parent | 373:39090da18b83 |
child | 416:92ce569b9b73 |
comparison
equal
deleted
inserted
replaced
375:ec9e76bc7c7b | 376:c61f8aaf772c |
---|---|
24 | 24 |
25 rsm.lib.lua: | 25 rsm.lib.lua: |
26 wget https://hg.prosody.im/prosody-modules/raw-file/tip/mod_mam/rsm.lib.lua -O rsm.lib.lua | 26 wget https://hg.prosody.im/prosody-modules/raw-file/tip/mod_mam/rsm.lib.lua -O rsm.lib.lua |
27 | 27 |
28 release: $(MISSING_FILES) | 28 release: $(MISSING_FILES) |
29 rm config.unix | |
29 | 30 |
30 .PHONY: all release clean install | 31 .PHONY: all release clean install |