summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Makefile')
-rw-r--r--Libraries/LibJS/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibJS/Makefile b/Libraries/LibJS/Makefile
index fd0b255115..97d35be52d 100644
--- a/Libraries/LibJS/Makefile
+++ b/Libraries/LibJS/Makefile
@@ -12,6 +12,7 @@ OBJS = \
Runtime/ConsoleObject.o \
Runtime/Error.o \
Runtime/ErrorPrototype.o \
+ Runtime/Exception.o \
Runtime/Function.o \
Runtime/GlobalObject.o \
Runtime/MathObject.o \