Don't remove inis in make clean_static

This commit is contained in:
Max Goodman
2011-06-16 02:41:17 -07:00
parent 55617ffc8f
commit 5e03b19ce8

View File

@@ -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)