Browse Source

Add warning about formats that are not working until we fix them

tags/v0.9.3
Marty Connor 17 years ago
parent
commit
969642dca6
1 changed files with 7 additions and 3 deletions
  1. 7
    3
      src/Makefile

+ 7
- 3
src/Makefile View File

@@ -31,15 +31,19 @@ include arch/$(ARCH)/Config
31 31
 #
32 32
 noargs :
33 33
 	@echo '===================================================='
34
+	@echo
35
+	@echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!!  ***'
36
+	@echo ' ***                    PLEASE STAY TUNED                       ***' 
37
+	@echo
34 38
 	@echo 'No target specified. To specify a target, do: '
35 39
 	@echo
36
-	@echo '    $(MAKE) bin/<rom-name>.<output-format> '
40
+	@echo '    make bin/<rom-name>.<output-format> '
37 41
 	@echo
38
-	@echo 'where <output-format> is one of [z]{$(MEDIA) }'
42
+	@echo 'where <output-format> is one of {$(MEDIA) }'
39 43
 	@echo
40 44
 	@echo 'or: '
41 45
 	@echo
42
-	@echo '    $(MAKE) all<output-format>s'
46
+	@echo '    make all<output-format>s'
43 47
 	@echo
44 48
 	@echo 'to generate all possible images of format <output-format>'
45 49
 	@echo

Loading…
Cancel
Save