Skip to content

Commit a7d0f8a

Browse files
committed
Remove more junk from Makefile
1 parent 1383875 commit a7d0f8a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Makefile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
RAVEN = ./src/raven.js
2-
VERSION ?= $(shell cat version.txt)
3-
RAVEN_FULL = ./build/raven.js
4-
RAVEN_MIN = ./build/raven.min.js
5-
BRANCH = $(shell git rev-parse --short --abbrev-ref HEAD)
6-
TMP = /tmp/raven.min.js
7-
8-
# Third party dependencies
9-
DEPENDENCIES = \
10-
./vendor/TraceKit/tracekit.js
11-
12-
131
develop: update-submodules
142
npm install .
153

@@ -33,4 +21,4 @@ clean:
3321
install-hooks:
3422
cp -rfp hooks/* .git/hooks
3523

36-
.PHONY: develop update-submodules docs docs-live raven test clean runserver install-hooks
24+
.PHONY: develop update-submodules docs docs-live clean install-hooks

0 commit comments

Comments
 (0)