Skip to content

Commit

Permalink
fixed jslibs installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Nov 24, 2024
1 parent 0f5e68a commit 890c026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ igv_clean:
igv_update: igv_clean igv

## JQUERY
JQUERYNAME := $(JSLIBS)
JQUERYPATH := jquery
JQUERYPATH := $(JSLIBS)
JQUERYNAME := jquery
JQUERY := $(JQUERYPATH)/$(JQUERYNAME)
JQUERYVERSION := 3.6.3
jquery:
Expand All @@ -261,8 +261,8 @@ jquery_clean:
jquery_update: jquery_clean jquery

## DATATABLES
DATATABLESNAME := $(JSLIBS)
DATATABLESPATH := datatables
DATATABLESPATH := $(JSLIBS)
DATATABLESNAME := datatables
DATATABLES := $(DATATABLESPATH)/$(DATATABLESNAME)
DATATABLESVERSION := 1.13.4
datatables:
Expand Down

0 comments on commit 890c026

Please sign in to comment.