Skip to content

Commit

Permalink
Don't require a manual 'make dependencies' by default
Browse files Browse the repository at this point in the history
  • Loading branch information
phrohdoh committed Feb 1, 2017
1 parent ed39e51 commit be8c782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ $(foreach prog,$(PROGRAMS),$(eval $(call BUILD_ASSEMBLY,$(prog))))
#
default: core

core: game platforms mods utility server
core: dependencies game platforms mods utility server

tools: gamemonitor

Expand Down

0 comments on commit be8c782

Please sign in to comment.