Skip to content

Commit 6661950

Browse files
committed
fix build task
1 parent c65af5a commit 6661950

File tree

4 files changed

+1
-1264
lines changed

4 files changed

+1
-1264
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ all: lint test clean build
1010

1111
build: $(wildcard lib/*.js)
1212
mkdir -p $(BUILDDIR)
13-
cp $(SRC) async.js
13+
cp $(SRC) $(BUILDDIR)/async.js
1414
uglifyjs $(BUILDDIR)/async.js -mc \
1515
--source-map $(BUILDDIR)/async.min.map \
1616
-o $(BUILDDIR)/async.min.js

0 commit comments

Comments
 (0)