removed private Makefile
This commit is contained in:
parent
22c43fb00e
commit
62bde3f475
|
@ -1,9 +0,0 @@
|
|||
.PHONY : opengl x11 nanovg
|
||||
all: opengl x11 nanovg
|
||||
opengl:
|
||||
$(MAKE) -C opengl -f MakefileDebug
|
||||
x11:
|
||||
$(MAKE) -C x11 -f MakefileDebug
|
||||
nanovg:
|
||||
cd nanovg
|
||||
$(MAKE) -C nanovg -f MakefileDebug
|
Loading…
Reference in New Issue