diff --git a/src/Makefile b/src/Makefile index 1a9389f6..2dd2a8d7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -31,15 +31,19 @@ include arch/$(ARCH)/Config # noargs : @echo '====================================================' + @echo + @echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!! ***' + @echo ' *** PLEASE STAY TUNED ***' + @echo @echo 'No target specified. To specify a target, do: ' @echo - @echo ' $(MAKE) bin/. ' + @echo ' make bin/. ' @echo - @echo 'where is one of [z]{$(MEDIA) }' + @echo 'where is one of {$(MEDIA) }' @echo @echo 'or: ' @echo - @echo ' $(MAKE) alls' + @echo ' make alls' @echo @echo 'to generate all possible images of format ' @echo