]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/Makefile
Use makebin if objcopy is not available.
[sigrok-firmware-fx2lafw.git] / fx2lib / Makefile
index 463d07f6816364192127712df5d6ed6ad171a5b0..731b61d2f310c5899899169630d86bdcd72d45b5 100644 (file)
@@ -6,11 +6,11 @@ TAG=HEAD
 .PHONY: all docs
 
 all:
-       make -C lib
+       $(MAKE) -C lib
 
 docs:
        doxygen docs/docs.conf
-       make -C docs/intro
+       $(MAKE) -C docs/intro
 
 dist: all docs
        mkdir -p build  
@@ -21,4 +21,5 @@ dist: all docs
                fx2lib/docs/intro/intro.pdf
        cat build/fx2-$(VER).tar | gzip > build/fx2-$(VER).tgz
        
-
+clean:
+       $(MAKE) -C lib clean