From d8d06026cb993d02e6ab2304fabbda3b60d940b2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 16:59:21 +0200 Subject: Adding upstream version 0.4.5. 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..5d256bf --- /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 impatience@gfxmonk.net.zip + cd impatience && zip -r ../impatience@gfxmonk.net.zip * + +.PHONY: phony -- cgit v1.2.3