Skip to content

Commit

Permalink
Add warning about formats that are not working until we fix them
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Connor committed Mar 2, 2007
1 parent 41cd529 commit 969642d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Makefile
Expand Up @@ -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/<rom-name>.<output-format> '
@echo ' make bin/<rom-name>.<output-format> '
@echo
@echo 'where <output-format> is one of [z]{$(MEDIA) }'
@echo 'where <output-format> is one of {$(MEDIA) }'
@echo
@echo 'or: '
@echo
@echo ' $(MAKE) all<output-format>s'
@echo ' make all<output-format>s'
@echo
@echo 'to generate all possible images of format <output-format>'
@echo
Expand Down

0 comments on commit 969642d

Please sign in to comment.