Changeset

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
parents 375:ec9e76bc7c7b
children 377:9aa5bce207b2
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jan 01 17:14:21 2016 +0000
+++ b/Makefile	Fri Jan 01 17:17:36 2016 +0000
@@ -26,5 +26,6 @@
 	wget https://hg.prosody.im/prosody-modules/raw-file/tip/mod_mam/rsm.lib.lua -O rsm.lib.lua
 
 release: $(MISSING_FILES)
+	rm config.unix
 
 .PHONY: all release clean install