From 43e99631a85176f790628d333a18b424510703eb Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 14 Nov 2010 14:18:31 +1300 Subject: [PATCH] Build all renderers on `make game` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4145f517f..7d0f6e12d5 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ winlaunch_EXTRA = -resource:OpenRA.Launcher.MainForm.resources \ .SUFFIXES: .PHONY: clean all game tool default mods mod_ra mod_cnc install uninstall editor_res editor tsbuild ralint seqed filex utility winlaunch core: game editor utility winlaunch -game: $(fileformats_TARGET) $(rcg_TARGET) $(game_TARGET) $(ra_TARGET) $(cnc_TARGET) +game: $(fileformats_TARGET) $(rcg_TARGET) $(rgl_TARGET) $(rnull_TARGET) $(game_TARGET) $(ra_TARGET) $(cnc_TARGET) clean: @-rm *.exe *.dll *.mdb mods/**/*.dll mods/**/*.mdb *.resources