From 5e03b19ce840f757f2fb41d103cea108bf4e6504 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 16 Jun 2011 02:41:17 -0700 Subject: [PATCH] Don't remove inis in `make clean_static` --- r2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r2/Makefile b/r2/Makefile index 90cd19d9f..a44961ca4 100644 --- a/r2/Makefile +++ b/r2/Makefile @@ -116,7 +116,7 @@ rtl: $(RTLCSS) names: $(NAMES) clean: clean_static - rm -f $(PYXSO_FILES) + rm -f $(PYXSO_FILES) $(INIS) clean_static: - rm -f $(JSOUTPUTS) $(CSSTARGETS) $(SPRITES) $(MAINCSS) $(NAMES) $(NAMELINKS) $(INIS) + rm -f $(JSOUTPUTS) $(CSSTARGETS) $(SPRITES) $(MAINCSS) $(NAMES) $(NAMELINKS)