diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-08-22T16·56+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-08-22T16·56+0200 |
commit | 3a86d653ce759d6e9daff93d0da8fa588d3b404e (patch) | |
tree | a166c58f96e027e5de1207ceeb3a110de047d5bf /Makefile | |
parent | 8d2fefec8fea73c680a5c7eb43bf73c0c33e9df0 (diff) |
.dockerignore, make clean and new PKGBUILD
- Added .dockerignore file - added make target for cleaning up - modified PKGBUILD to build in symlink to checkout (yeah this isn't really how you build Arch packages but that's besides the point! :))
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 14fd61ae30c3..00d77dd36cfd 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,6 @@ $(ARCH_PKG): docker: archpkg cat Dockerfile.raw | envsubst > Dockerfile; \ docker build -t tazjin/tazblog . + +clean: + rm -rf dist arch/*.pkg.tar.xz arch/pkg arch/src arch/*. Dockerfile |