1
0
Fork 0
gnome-shell-extension-impat.../Makefile
Daniel Baumann e49dc72f4e
Adding upstream version 0.5.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 20:50:30 +02:00

13 lines
274 B
Makefile

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