Fix for new paths

Add convenience makefile and autogen.sh
This commit is contained in:
Wim Taymans 2016-09-26 12:29:01 +02:00
parent 67dd3adb87
commit b9409e297b
8 changed files with 17 additions and 38 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
all:
cd build && ninja-build
install:
cd build && ninja-build install
clean:
cd build && ninja-build clean