# Copyright 2019 Simon McVittie # SPDX-License-Identifier: GPL-2.0-or-later # (see extension.js for details) all: glib-compile-schemas --strict --targetdir=schemas schemas dist: all zip gnome-bluetooth-quick-connect.zip -9r * -x Makefile clean: rm -fr gnome-bluetooth-quick-connect.zip schemas/gschemas.compiled install: dist gnome-extensions install --force gnome-bluetooth-quick-connect.zip .PHONY: all clean dist