commit 9a35344e621a7f4cc42b1455763d776afbb813fa parent ae03d61ebead710c81a565c746b631ca93350784 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 3 Jan 2022 11:13:14 +0100 add Makefile Diffstat:
A | Makefile | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -0,0 +1,9 @@ +.POSIX: + +default: + makepkg -si + +clean: + makepkg -c + +.PHONY: default clean+ \ No newline at end of file