git.sophuwu.com > manhttpd
makefile spelling error
sophuwu sophie@sophuwu.com
Thu, 17 Jul 2025 01:30:17 +0200
commit

182348cb6e105b8f004ecf654e0b4c238e12948c

parent

5faa4e9ba5525f5efdd1d087d6956d96835e3682

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -3,7 +3,7 @@ build:

go build -ldflags="-w -s" -trimpath -o build/manhttpd build_deb: ./build/manhttpd - cd extras && nfpm pkg --packager deb --config nfpm.yaml --target ../build/manhttpd.deb + cd extra && nfpm pkg --packager deb --config nfpm.yaml --target ../build/manhttpd.deb install_deb: ./build/manhttpd.deb sudo apt-get install -y ./build/manhttpd.deb