mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04: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