diff options
author | Vincent Ambo <tazjin@google.com> | 2019-06-29T13·01+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-06-29T13·01+0100 |
commit | 47f2145b5b39b63500fe2d9d0a64edc44edaa793 (patch) | |
tree | f79bdce9a8683851e648576b47147463d04193c2 /services/tazblog/Makefile | |
parent | 85dbb4cc238c1e4b1b49806c0728c891a9a0acf7 (diff) |
chore(tazblog): Remove files from ye olde times
Diffstat (limited to 'services/tazblog/Makefile')
-rw-r--r-- | services/tazblog/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/services/tazblog/Makefile b/services/tazblog/Makefile deleted file mode 100644 index 00d77dd36cfd..000000000000 --- a/services/tazblog/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -VERSION=$(shell bash -c "grep -P -o -e '\d\.\d$$' TazBlog.cabal | head -n1") -ARCH_PKG=arch/tazblog-$(VERSION)-1-x86_64.pkg.tar.xz -export ARCH_PKG - -all: archpkg docker - -archpkg: $(ARCH_PKG) - -$(ARCH_PKG): - cd arch && makepkg - -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 |