diff options
author | Alesh Slovak | 2019-04-04 22:06:39 -0400 |
---|---|---|
committer | Alesh Slovak | 2019-04-04 22:24:27 -0400 |
commit | d35f916c6ec00c7818348693833098e51c3b1649 (patch) | |
tree | 1800aa77f98e60579207b82b6b7c82104fa9b860 /Makefile | |
download | aur-dtvp-utils.tar.gz |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 000000000000..b8fa999aa891 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +build: clean + makepkg + makepkg --printsrcinfo > .SRCINFO + +clean: + rm -rf dtvp_* *.pkg.* src pkg |