diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,9 +95,9 @@ alpine.mk: paku.lock paku alpine > $@ -homebrew: src/homebrew +homebrew: Formula -src/homebrew: paku.lock +Formula: paku.lock mkdir -p $@ paku homebrew $@ touch $@ |