build: Install licenses with the rest of the library

This commit is contained in:
Antonio Niño Díaz 2024-12-01 13:42:18 +00:00
parent a6738a9ab5
commit 09c3712431

View File

@ -147,6 +147,7 @@ install: all
$(V)$(CP) -r tools/img2ds/*.py $(BLOCKSDSEXT)/$(INSTALLNAME)/tools/img2ds
$(V)$(CP) -r tools/md5_to_dsma/*.py $(BLOCKSDSEXT)/$(INSTALLNAME)/tools/md5_to_dsma
$(V)$(CP) -r tools/obj2dl/*.py $(BLOCKSDSEXT)/$(INSTALLNAME)/tools/obj2dl
$(V)$(CP) -r licenses $(BLOCKSDSEXT)/$(INSTALLNAME)/
clean:
@echo " CLEAN"