Skip to content

Commit f38d2be

Browse files
committed
Makefile: remove standalone target
1 parent 3df703d commit f38d2be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ publish:
3636
git push --tags origin HEAD:master
3737
npm publish
3838

39-
standalone::
40-
$(MAKE) --no-print-directory -C standalone build
41-
4239
define release
4340
npm version $(1)
4441
endef

0 commit comments

Comments
 (0)