From 50acc3dcf6d4db3c8d2ecc8b37741288c6cabf49 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 30 Jun 2012 13:09:34 +0200 Subject: [PATCH] Clean compat/*.o as well. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1ccb76c31d..3bf25de47f 100644 --- a/Makefile +++ b/Makefile @@ -285,6 +285,7 @@ clean: rm -f gfx/fonts/*.o rm -f gfx/context/*.o rm -f gfx/py_state/*.o + rm -f compat/*.o rm -f record/*.o rm -f input/*.o rm -f tools/*.o