Skip to content

Commit

Permalink
fix makefile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko authored Oct 5, 2024
1 parent aa78551 commit d36a8b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ installdirs:
mkdir -p $(DESTDIR)/ $(DESTDIR)/img/grills

copy-img:
mkdir -p $(CURDIR)/build/img/grills
mkdir -p $(CURDIR)/build/img
cp -v $(CURDIR)/src/static/img/*.avif $(CURDIR)/build/img/
cp -v $(CURDIR)/src/static/img/grills/*.avif $(CURDIR)/build/img/grills/
"node_modules/imagemin-cli/cli.js" $(CURDIR)/src/static/img/*.png -o=$(CURDIR)/build/img/
Expand Down

0 comments on commit d36a8b1

Please sign in to comment.