From 8458bba9b1214d0cbeddf3812ce77c6337c5b49e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 31 Mar 2023 16:43:40 -0300 Subject: Makefile: Remove Formula/ and src/alpine/ before regenerating --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 $@ -- cgit v1.2.3