no need for depending on build library ("blib")

when make is invoked without arguments
pull/1/head
Geert Stappers 2005-06-14 20:16:03 +00:00
parent df9cbc23cc
commit 9dc2515d7e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ include arch/$(ARCH)/Config
# If invoked with no build target, print out a helpfully suggestive # If invoked with no build target, print out a helpfully suggestive
# message. # message.
# #
noargs : blib noargs :
@echo '====================================================' @echo '===================================================='
@echo 'No target specified. To specify a target, do: ' @echo 'No target specified. To specify a target, do: '
@echo @echo