11 lines
228 B
Makefile
Raw Normal View History

MIRROR_FROM_REP_DIR := include/qpluginwidget \
lib/symbols/libqpluginwidget
content: $(MIRROR_FROM_REP_DIR) LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
LICENSE:
cp $(GENODE_DIR)/LICENSE $@