mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-03-15 02:50:06 +03:00
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.
9 lines
126 B
Makefile
9 lines
126 B
Makefile
NULL=
|
|
|
|
EXTRA_DIST = \
|
|
spice-xpi-client-remote-viewer \
|
|
virt-viewer.nsis.in \
|
|
$(NULL)
|
|
|
|
-include $(top_srcdir)/git.mk
|