makefile spelling error
sophuwu sophie@sophuwu.com
Thu, 17 Jul 2025 01:30:17 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
Makefile
→
Makefile
@@ -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