summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c921969db55cc9ca9059ada111a6ab291a3ea839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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