Fix make clean; don't build debug package
This commit is contained in:
3
Makefile
3
Makefile
@@ -28,6 +28,7 @@ clean:
|
||||
rm -f s3-genindex
|
||||
rm -f coverage.out coverage.html
|
||||
rm -rf debian/s3-genindex debian/files debian/*.substvars debian/debhelper-build-stamp
|
||||
[ -d debian/go ] && chmod -R +w debian/go || true
|
||||
rm -rf debian/.gocache debian/go
|
||||
find . -name index.html -delete
|
||||
@echo "Clean complete"
|
||||
@@ -85,7 +86,7 @@ sync-version:
|
||||
# Build Debian package
|
||||
pkg-deb: sync-version
|
||||
@echo "Building Debian package..."
|
||||
fakeroot dpkg-buildpackage -us -uc -b
|
||||
DEB_BUILD_OPTIONS=noautodbgsym fakeroot dpkg-buildpackage -us -uc -b
|
||||
@echo "Debian package build complete"
|
||||
|
||||
# Show help
|
||||
|
||||
Reference in New Issue
Block a user