mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 10:49:18 -05:00
Edit the default target to conform to GNU standards
I've changed all default target names with 'all'. Here there is the explanation: <https://www.gnu.org/prep/standards/standards.html#Standard-Targets>.
This commit is contained in:
@ -154,9 +154,9 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||
EXT = .html
|
||||
endif
|
||||
|
||||
# typing 'make' will invoke the first target entry in the file,
|
||||
# typing 'make' will invoke the default target entry called 'all',
|
||||
# in this case, the 'default' target entry is simple_game
|
||||
default: simple_game
|
||||
all: simple_game
|
||||
|
||||
# compile template - simple_game
|
||||
simple_game: simple_game.c screens.o
|
||||
|
||||
Reference in New Issue
Block a user