Browse Source

glBars is useless without GL

master
falkTX 6 years ago
parent
commit
ffacad3fb4
2 changed files with 0 additions and 3 deletions
  1. +0
    -1
      .gitignore
  2. +0
    -2
      Makefile

+ 0
- 1
.gitignore View File

@@ -13,4 +13,3 @@


bin/ bin/
build/ build/


+ 0
- 2
Makefile View File

@@ -11,9 +11,7 @@ all: dgl plugins gen
# -------------------------------------------------------------- # --------------------------------------------------------------


dgl: dgl:
ifeq ($(HAVE_DGL),true)
$(MAKE) -C dpf/dgl $(MAKE) -C dpf/dgl
endif


plugins: dgl plugins: dgl
$(MAKE) all -C plugins/glBars $(MAKE) all -C plugins/glBars


Loading…
Cancel
Save