2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-13 14:56:29 +00:00

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

when make is invoked without arguments
This commit is contained in:
Geert Stappers 2005-06-14 20:16:03 +00:00
parent df9cbc23cc
commit 9dc2515d7e

View File

@ -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