Skip to content

Commit

Permalink
There's no 'optimization' now, so drop that bit of the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill committed Sep 11, 2023
1 parent 8e432ec commit d07cafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all:
install:
$(MKDIR) $(WP_DIR)/default
$(INSTALL) $(WP_NAME).xml $(WP_DIR)/default/$(WP_NAME).xml
#~ Base background and optimization
#~ Base background
for tod in 01-day 01-night; do \
$(INSTALL) $(WP_NAME)-$${tod}.png $(WP_DIR)/default/$(WP_NAME)-$${tod}.png ; \
done;
Expand Down

0 comments on commit d07cafc

Please sign in to comment.