Skip to content
Snippets Groups Projects
Commit 271fe4b5 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Add archive rule to main makefile

parent b50ee920
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,12 @@ BASE=$(shell echo `pwd` | sed -e s/hypervisor//) ...@@ -4,6 +4,12 @@ BASE=$(shell echo `pwd` | sed -e s/hypervisor//)
.PHONY: all .PHONY: all
all: emu all: emu
.PHONY: archive
archive: arm-hyperv.tar.gz
arm-hyperv.tar.gz:
git archive --prefix arm-hyperv/ -o $@ HEAD .
.PHONY: doc .PHONY: doc
doc: README.html doc: README.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment