diff options
author | EuAndreh <eu@euandre.org> | 2023-03-25 17:56:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-25 17:56:56 -0300 |
commit | 81e97d8da8f0bdefb8cec4ea99d570aaaa40da99 (patch) | |
tree | 1aad6d2b7c811004787ba04d7ec974641e832164 /Makefile | |
parent | Makefile: Un-inline shellcheck test (diff) | |
download | package-repository-81e97d8da8f0bdefb8cec4ea99d570aaaa40da99.tar.gz package-repository-81e97d8da8f0bdefb8cec4ea99d570aaaa40da99.tar.xz |
Makefile: Put "public/" in the list of $(derived-assets)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,9 +20,10 @@ test-config-files = \ derived-assets = \ $(test-config-files) \ src/bin/paku \ + public \ -all: guix nix debian homebrew $(derived-assets) public +all: guix nix debian homebrew $(derived-assets) paku.lock: src/bin/paku Makefile touch $@ @@ -110,7 +111,7 @@ upload: public clean: src/bin/paku rm -rf "`paku -C datadir`" rm -rf \ - $(derived-assets) result* *.mk *.sentinel public/ + $(derived-assets) result* *.mk *.sentinel check-shellcheck: |