GENERATED = system/profile/searchable.torus-profile \
	    system/include/searchable-fields.config

all: $(GENERATED)

system/profile/searchable.torus-profile: \
		../config/system/profile/target-profile.yaml
	../bin/translate-mk-config -p $< > $@

system/include/searchable-fields.config: \
		../config/system/profile/target-profile.yaml
	../bin/translate-mk-config -m $< > $@

clean:
	rm -f $(GENERATED)

