Fix build artifacts leaking between platforms.
This moves the `dependencies` target from `core` to `default`, so that we aren't forced to run `linux-dependencies` for non-linux platforms.
This commit is contained in:
committed by
Oliver Brakmann
parent
2afd8a3a74
commit
817db8dbe0
4
Makefile
4
Makefile
@@ -295,9 +295,9 @@ $(foreach prog,$(PROGRAMS),$(eval $(call BUILD_ASSEMBLY,$(prog))))
|
||||
|
||||
########################## MAKE/INSTALL RULES ##########################
|
||||
#
|
||||
default: core
|
||||
default: dependencies core
|
||||
|
||||
core: dependencies game platforms mods utility server
|
||||
core: game platforms mods utility server
|
||||
|
||||
mods: mod_common mod_cnc mod_d2k
|
||||
|
||||
|
||||
Reference in New Issue
Block a user