Add toplevel Makefile to build blackmagic with libopencm3.

This commit is contained in:
Gareth McMullin 2012-10-22 18:50:06 +13:00
parent 09c0fb5773
commit fee915bcf5
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
all:
$(MAKE) -C libopencm3 lib
$(MAKE) -C src
%:
$(MAKE) -C libopencm3 $@
$(MAKE) -C src $@