Files
ofono-binder-plugin/unit/Makefile
2022-05-08 04:19:03 +03:00

16 lines
275 B
Makefile

# -*- Mode: makefile-gmake -*-
.PHONY: clean all
all:
%:
@$(MAKE) -C unit_base $*
@$(MAKE) -C unit_ext_ims $*
@$(MAKE) -C unit_ext_plugin $*
@$(MAKE) -C unit_ext_slot $*
@$(MAKE) -C unit_sim_settings $*
clean: unitclean
rm -f coverage/*.gcov
rm -fr coverage/report