libuavcan: Delete libuavcan directory on distclean

This commit is contained in:
Paul A. Patience 2016-05-25 09:44:06 -04:00
parent b2f8a0f047
commit 6a0bb1374a

View File

@ -249,6 +249,7 @@ clean:
distclean: clean
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DELDIR, libuavcan)
$(call DELDIR, $(LIBUAVCAN_UNPACKNAME))
$(call DELFILE, $(LIBUAVCAN_PACKNAME))
$(call DELDIR, $(DSDL_UNPACKNAME))