Makefile: Remove config.unix when making a release

Fri, 01 Jan 2016 17:17:36 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 01 Jan 2016 17:17:36 +0000
changeset 376
c61f8aaf772c
parent 375
ec9e76bc7c7b
child 377
9aa5bce207b2

Makefile: Remove config.unix when making a release

Makefile file | annotate | diff | comparison | revisions
--- 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

mercurial