mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-03 20:59: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:
@ -162,9 +162,9 @@ SCREENS = \
|
||||
screens/screen_gameplay.o \
|
||||
screens/screen_ending.o \
|
||||
|
||||
# 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 standard_game
|
||||
default: standard_game
|
||||
all: standard_game
|
||||
|
||||
# compile template - standard_game
|
||||
standard_game: standard_game.c $(SCREENS)
|
||||
|
||||
Reference in New Issue
Block a user