summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-21 09:54:37 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-21 16:09:24 -0400
commitaf6076f3c6008d3aacb69ae3eca8db2eb3f00de9 (patch)
tree4e3ec35ab81204c5e64eaf95c30a58d3a91134bc /Makefile
parent2c65292119d13b880ad57783dda434147b6f6980 (diff)
Source maps work for testdata/007_stack_trace.ts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcdac39eb..6f74d8593 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ TS_FILES = \
runtime.ts \
timers.ts \
url.js \
- util.ts
+ util.ts \
+ v8_source_maps.ts
deno: assets.go msg.pb.go main.go
go build -o deno