summarylogtreecommitdiffstats
path: root/Makefile
blob: 794c89de4135d7f9b960f884675525128dd3ed88 (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: all help clean

all: help

help:
	@echo "help  - print this help message"
	@echo "clean - clean this repository"

clean:
	rm -rfv ./src ./pkg ./v*.tar.gz ./*.pkg.tar.xz qubes-vmm-xen