From 753045ca656cea0d6369ab93496389577d346f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 1 May 2015 11:43:56 +0200 Subject: [PATCH] clean the thirdparty directory, too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 604e31053d..e674ef697d 100644 --- a/Makefile +++ b/Makefile @@ -286,6 +286,7 @@ all: cli-dependencies core tools clean: @-$(RM_F) *.exe *.dll ./OpenRA*/*.dll ./OpenRA*/*.mdb *.mdb mods/**/*.dll mods/**/*.mdb *.resources @-$(RM_RF) ./*/bin ./*/obj + @-$(RM_F) ./thirdparty/*.dll distclean: clean