removed private Makefile

This commit is contained in:
vurtun 2015-11-04 09:41:21 +01:00
parent 22c43fb00e
commit 62bde3f475
1 changed files with 0 additions and 9 deletions

View File

@ -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