diff options
Diffstat (limited to 'Libraries/LibJS/Makefile')
-rw-r--r-- | Libraries/LibJS/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibJS/Makefile b/Libraries/LibJS/Makefile index e550349a57..fd0b255115 100644 --- a/Libraries/LibJS/Makefile +++ b/Libraries/LibJS/Makefile @@ -10,6 +10,8 @@ OBJS = \ Runtime/ArrayPrototype.o \ Runtime/Cell.o \ Runtime/ConsoleObject.o \ + Runtime/Error.o \ + Runtime/ErrorPrototype.o \ Runtime/Function.o \ Runtime/GlobalObject.o \ Runtime/MathObject.o \ |