Software /
code /
prosody
Diff
Makefile @ 4396:03b59a511671
Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 13 Oct 2011 00:51:50 +0100 |
parent | 3266:a06120464079 |
child | 4402:05f8826972ba |
line wrap: on
line diff
--- a/Makefile Thu Oct 13 00:24:09 2011 +0500 +++ b/Makefile Thu Oct 13 00:51:50 2011 +0100 @@ -13,6 +13,8 @@ INSTALLEDMODULES = $(PREFIX)/lib/prosody/modules INSTALLEDDATA = $(DATADIR) +.PHONY: all clean install + all: prosody.install prosodyctl.install prosody.cfg.lua.install prosody.version $(MAKE) -C util-src install