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: Formula +homebrew: src/homebrew -Formula: paku.lock +src/homebrew: paku.lock mkdir -p $@ paku homebrew $@ touch $@ |