Skip to content

Commit

Permalink
Fix makefile build
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jun 24, 2022
1 parent 186c332 commit 9319705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SOURCE_FILES:=$(shell find src/ -type f -name '*.ts')
EXAMPLE_FILES:=$(shell find examples/ -type f -name '*.js')

.PHONY:build
build: oauth2-client.zip dist/build browser/oauth2-client.min.js
build: dist/build browser/oauth2-client.min.js

.PHONY:test
test:
Expand Down

0 comments on commit 9319705

Please sign in to comment.