Fixed an error from using search and replace without checking.
This commit is contained in:
@@ -24,12 +24,12 @@
|
|||||||
# Valid options are:
|
# Valid options are:
|
||||||
# dos, dos-cross, msvc, win32, win32-cross, win32-unix-shell
|
# dos, dos-cross, msvc, win32, win32-cross, win32-unix-shell
|
||||||
#
|
#
|
||||||
# RELEASEGRADE=yes for high assembly optimization for releases, will take at least half an hour
|
# RELEASEGRADE=yes for high assembly optimization for releases, will take at least half an hour.
|
||||||
# clean cleans object and executable files
|
# clean cleans object and executable files.
|
||||||
#
|
#
|
||||||
# --Not for MSVC--
|
# --Not for MSVC--
|
||||||
# DEBUG=yes for debugging with GDB
|
# DEBUG=yes for debugging with GDB.
|
||||||
# CPU=cpu-type optimize for a particular CPU, find a list of cpu types in the GCC manual
|
# CPU=cpu-type optimize for a particular CPU, find a list of cpu types in the GCC manual.
|
||||||
|
|
||||||
|
|
||||||
ENV=$(PLATFORM)
|
ENV=$(PLATFORM)
|
||||||
@@ -378,5 +378,5 @@ clean:
|
|||||||
|
|
||||||
else #else no ENV specified
|
else #else no ENV specified
|
||||||
help:
|
help:
|
||||||
@echo Please specify which ENV to compile/clean for with ENV=ENV_name
|
@echo Please specify which platform to compile/clean for with PLATFORM=platform_name
|
||||||
endif #endif on the ENV being empty
|
endif #endif on the ENV being empty
|
||||||
|
|||||||
Reference in New Issue
Block a user