This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
glBars
mirror of
https://github.com/DISTRHO/glBars
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
glBars is useless without GL
master
falkTX
6 years ago
parent
4346e9416c
commit
ffacad3fb4
2 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gitignore
+0
-2
Makefile
+ 0
- 1
.gitignore
View File
@@ -13,4 +13,3 @@
bin/
build/
+ 0
- 2
Makefile
View File
@@ -11,9 +11,7 @@ all: dgl plugins gen
# --------------------------------------------------------------
dgl:
ifeq ($(HAVE_DGL),true)
$(MAKE) -C dpf/dgl
endif
plugins: dgl
$(MAKE) all -C plugins/glBars
Write
Preview
Loading…
Cancel
Save