mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 15:28:37 -05:00
Break name file cleaning off into its own make target.
This commit is contained in:
@@ -118,5 +118,8 @@ names: $(NAMES)
|
||||
clean: clean_static
|
||||
rm -f $(PYXSO_FILES) $(INIS)
|
||||
|
||||
clean_static:
|
||||
rm -f $(JSOUTPUTS) $(CSSTARGETS) $(SPRITES) $(MAINCSS) $(NAMES) $(NAMELINKS)
|
||||
clean_static: clean_names
|
||||
rm -f $(JSOUTPUTS) $(CSSTARGETS) $(SPRITES) $(MAINCSS)
|
||||
|
||||
clean_names:
|
||||
rm -f $(NAMES) $(NAMELINKS)
|
||||
|
||||
Reference in New Issue
Block a user