From df7baa2644d541634825e28851c2bd8a47cd5233 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:19:51 +0200 Subject: Adding upstream version 0.4.8. Signed-off-by: Daniel Baumann --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c921969 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +all: schemas zip + +0: phony + mkzero-gfxmonk -p impatience -p xdg gnome-shell-impatience.xml + +schemas: phony + cd impatience/schemas && glib-compile-schemas . + +zip: phony + rm -f impatience@gfxmonk.net.zip + cd impatience && zip -r ../impatience@gfxmonk.net.zip * + +.PHONY: phony -- cgit v1.2.3