diff options
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/javascript/Makefile b/javascript/Makefile index 648361c..c86afe2 100644 --- a/javascript/Makefile +++ b/javascript/Makefile @@ -15,8 +15,7 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = alphaAPI.o domLib.o domTT_drag.o domTT.o fadomatic.o \ - treeview.o +OBJS = treeview.o ### Default rules: |