summarylogtreecommitdiffstats
path: root/Makefile
blob: 7e7b20472a962231f9e3f985727b40d8daca2bdb (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-vm-xen