Add a Makefile to main directory.

It eases the project integration with some IDE applications.
This commit is contained in:
fooinha
2014-12-16 15:28:23 +00:00
parent 235834b33c
commit 309fca8a72
2 changed files with 8 additions and 6 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
%:
make -C example $@