aboutsummaryrefslogtreecommitdiff
path: root/cs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cs/Makefile')
-rw-r--r--cs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/Makefile b/cs/Makefile
index f8aefcc..b7eb023 100644
--- a/cs/Makefile
+++ b/cs/Makefile
@@ -34,7 +34,7 @@ mal.dll: $(LIB_SRCS)
mcs $(FLAGS) -r:mal.dll $<
clean:
- rm -f *.dll *.exe *.mbd
+ rm -f *.dll *.exe *.mdb
.PHONY: stats tests $(TESTS)