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

Loading…
Cancel
Save