mirror of https://github.com/ipxe/ipxe.git
no need for depending on build library ("blib")
when make is invoked without argumentspull/1/head
parent
df9cbc23cc
commit
9dc2515d7e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue