From 6a31e2cc14f5b228f2dcd3afd4c3e3697b6a752d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 17 Apr 2014 17:12:10 +0200 Subject: [PATCH] clean up OpenRA.Game/*.dll left-overs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 150c1d483d..1f4c558d1a 100644 --- a/Makefile +++ b/Makefile @@ -280,7 +280,7 @@ mods: mod_ra mod_cnc mod_d2k mod_ts all: dependencies core tools clean: - @-$(RM_F) *.exe *.dll *.mdb mods/**/*.dll mods/**/*.mdb *.resources + @-$(RM_F) *.exe *.dll ./OpenRA*/*.dll ./OpenRA*/*.mdb *.mdb mods/**/*.dll mods/**/*.mdb *.resources @-$(RM_R) ./*/obj ./*/bin distclean: clean