summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorGeert Stappers2005-06-14 22:16:03 +0200
committerGeert Stappers2005-06-14 22:16:03 +0200
commit9dc2515d7ef16e1149c048493f0c7887dfd3d054 (patch)
treebc7ff0409d74db7186ca400b5c231511699b2c18 /src/Makefile
parentAdded documentation and ASSERT() statements. (diff)
downloadipxe-9dc2515d7ef16e1149c048493f0c7887dfd3d054.tar.gz
ipxe-9dc2515d7ef16e1149c048493f0c7887dfd3d054.tar.xz
ipxe-9dc2515d7ef16e1149c048493f0c7887dfd3d054.zip
no need for depending on build library ("blib")
when make is invoked without arguments
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 39f25e67..cb6b944d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -29,7 +29,7 @@ include arch/$(ARCH)/Config
# If invoked with no build target, print out a helpfully suggestive
# message.
#
-noargs : blib
+noargs :
@echo '===================================================='
@echo 'No target specified. To specify a target, do: '
@echo