mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 23:08:22 -05:00
Don't remove inis in make clean_static
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user