Break name file cleaning off into its own make target.

This commit is contained in:
Max Goodman
2011-06-16 02:58:40 -07:00
parent 5e03b19ce8
commit 21e447a520

View File

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