We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1383875 commit a7d0f8aCopy full SHA for a7d0f8a
Makefile
@@ -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
13
develop: update-submodules
14
npm install .
15
@@ -33,4 +21,4 @@ clean:
33
21
install-hooks:
34
22
cp -rfp hooks/* .git/hooks
35
23
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