aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-31 16:43:40 -0300
committerEuAndreh <eu@euandre.org>2023-03-31 16:43:40 -0300
commit8458bba9b1214d0cbeddf3812ce77c6337c5b49e (patch)
treecb23dcafa6b164cbd18da679b493faa5890bde95 /Makefile
parentsrc/bin/paku.in: Remove duplicate logic from templates, put it in paku.lock (diff)
downloadpackage-repository-8458bba9b1214d0cbeddf3812ce77c6337c5b49e.tar.gz
package-repository-8458bba9b1214d0cbeddf3812ce77c6337c5b49e.tar.xz
Makefile: Remove Formula/ and src/alpine/ before regenerating
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b15685..1d13b24 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,7 @@ alpine.mk: paku.lock
homebrew: Formula
Formula: paku.lock
+ rm -rf $@
mkdir -p $@
paku homebrew $@
touch $@
@@ -119,6 +120,7 @@ public/debian: debian.sentinel
touch $@
public/alpine: alpine.sentinel
+ rm -rf $@
mkdir -p $@
cp -R `cat alpine.out.txt` $@
touch $@