diff --git a/Makefile b/Makefile index b6b3813d..550ac828 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ abi: @$(call generate_abi,"PILicenseTemplate","./modules/licensing") @$(call generate_abi,"CoreMetadataModule","./modules/metadata") @$(call generate_abi,"CoreMetadataViewModule","./modules/metadata") + @$(call generate_abi,"GroupingModule","./modules/grouping") @$(call generate_abi,"RoyaltyModule","./modules/royalty") @$(call generate_abi,"IpRoyaltyVault","./modules/royalty/policies") @$(call generate_abi,"RoyaltyPolicyLAP","./modules/royalty/policies/LAP")