Skip to content

Commit

Permalink
fix: tweaks in Makefile and release
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Jun 9, 2023
1 parent be66c34 commit ab2a0d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
SRC = src
DIST = dist

RESIZE = 512x512
QUALITY = 80

# hdr -> exr.js
HDR_FILES := $(wildcard $(SRC)/**/*.hdr)
HDR_TARGETS := $(patsubst $(SRC)/%,$(DIST)/%.js,$(HDR_FILES:%.hdr=%.exr))
Expand All @@ -21,9 +24,6 @@ TARGETS = $(HDR_TARGETS) \
$(WEBP_TARGETS) $(PNG_TARGETS) $(JPG_TARGETS) \
$(JSON_TARGETS)

RESIZE = 512x512
QUALITY = 80

all: $(TARGETS)

$(DIST)/%.js: $(SRC)/%.b64
Expand Down

0 comments on commit ab2a0d1

Please sign in to comment.