aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 $@