diff options
Diffstat (limited to 'Libraries/LibJS/Makefile')
-rw-r--r-- | Libraries/LibJS/Makefile | 1 |
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 \ |