mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-08 21:17:49 +03:00
81c2c3bfec
This makefile is just fantastic, it forces you into good practices, support various build targets (my windows builddir ignore the right files etc..) The more I use it, the more I like it.
8 lines
158 B
Makefile
8 lines
158 B
Makefile
size = $(notdir $(PWD))
|
|
icondir = $(datadir)/icons/hicolor/$(size)/apps/
|
|
icon_DATA = $(PACKAGE).png
|
|
|
|
EXTRA_DIST = $(icon_DATA)
|
|
|
|
-include $(top_srcdir)/git.mk
|