summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-02-26 14:33:45 +0100
committerMichal Minar <miminar@redhat.com>2014-03-17 12:27:35 +0100
commit9652b0f0811efaa8049360e78b8897c5cd8be162 (patch)
treea6bab476593290070c61ca970a7448dbe7aa4e13 /Makefile
parentc322f0f820e937861a043d9c8cf4df454edbca2e (diff)
downloadopenlmi-scripts-9652b0f0811efaa8049360e78b8897c5cd8be162.tar.gz
openlmi-scripts-9652b0f0811efaa8049360e78b8897c5cd8be162.tar.xz
openlmi-scripts-9652b0f0811efaa8049360e78b8897c5cd8be162.zip
updated README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62249c2..fbfc67e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ include Makefile.inc
COMMANDS ?= $(shell find commands -mindepth 1 -maxdepth 1 -type d)
# all rules executable on meta-command and commands
-RULES := setup upload upload_docs clean
+RULES := setup upload upload_docs clean develop
MASSRULES := $(foreach rule,$(RULES),$(rule)-all)
.PHONY: $(MASSRULES)