diff options
author | EuAndreh <eu@euandre.org> | 2023-03-28 19:51:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-28 19:51:44 -0300 |
commit | c5e9b62f0193ce802955ebdc8c128a21f3ca3097 (patch) | |
tree | f8d391931516600749544d0a95b187f20967f21e /Makefile | |
parent | src/bin/paku.in: Add WIP version of Alpine support, based off of Debian (diff) | |
download | package-repository-c5e9b62f0193ce802955ebdc8c128a21f3ca3097.tar.gz package-repository-c5e9b62f0193ce802955ebdc8c128a21f3ca3097.tar.xz |
mv Formula/ src/homebrew/
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 $@ |