summarylogtreecommitdiffstats
path: root/Makefile
blob: 84ba7be9e23dbcc6412c992d2cb2203a4014cbcc (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