summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-08-13 14:26:44 -0500
committerClark Williams <williams@redhat.com>2009-08-13 14:26:44 -0500
commit908ae841836cc2b6fc8dce1b512043f384e6c49a (patch)
tree2c3393d2a24bce6b523d0c9baac67d5721b8a73c /Makefile
parentd1977c9eec29802e54780172908b20787db88614 (diff)
downloadrteval-908ae841836cc2b6fc8dce1b512043f384e6c49a.tar.gz
rteval-908ae841836cc2b6fc8dce1b512043f384e6c49a.tar.xz
rteval-908ae841836cc2b6fc8dce1b512043f384e6c49a.zip
rearranged help target output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6bf2e6..f667bbd 100644
--- a/Makefile
+++ b/Makefile
@@ -37,10 +37,10 @@ help:
@echo ""
@echo "rteval Makefile targets:"
@echo ""
+ @echo " runit: do a short testrun locally [default]"
@echo " rpm: run rpmbuild"
@echo " tarfile: create the source tarball"
@echo " install: install rteval locally"
@echo " clean: cleanup generated files"
- @echo " runit: do a short testrun locally (default)"
@echo " sysreport: do a short testrun and generate sysreport data"
@echo ""