core-admin/qvm-tools/Makefile
Marek Marczykowski-Górecki 0009805041 rpm+makefile: move build/install code to Makefile files
This makes build "scripts" not tied to Fedora-specific files. Especially
ease porting to other platforms.
2014-11-19 12:50:24 +01:00

11 lines
134 B
Makefile

BINDIR ?= /usr/bin
all:
true
install:
mkdir -p $(DESTDIR)$(BINDIR)
cp qvm-* $(DESTDIR)$(BINDIR)
cp qubes-* $(DESTDIR)$(BINDIR)