Skip to content

Commit

Permalink
Fix clean target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Mar 13, 2022
1 parent ae7aac3 commit 96e7e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
SRC_DEPS = src/index.tsx src/third-party/qrcodegen/index.ts
CFG_DEPS = yarn.lock package.json
CFG_DEPS = yarn.lock package.json tsup.config.ts

all: lib/index.js lib/index.d.ts lib/index.js examples/iife/demo.js

Expand All @@ -19,4 +19,4 @@ examples/iife/demo.js: lib/esm/index.js examples/demo.tsx
yarn run build:examples

clean:
rm -rf lib examples/bundle.js
rm -rf lib examples/iife/demo.js

0 comments on commit 96e7e45

Please sign in to comment.