minor fix to make me happier
This commit is contained in:
parent
9c3fff72b2
commit
49820069c9
2
Makefile
2
Makefile
|
@ -49,6 +49,7 @@ debian-release: install
|
|||
wit-test debian --verbose
|
||||
ls -hl ~/incoming/
|
||||
do-aptly
|
||||
rm -f ~/go/bin/forged # causes bash completion annoyances
|
||||
|
||||
debian-release-force: install
|
||||
forge dirty
|
||||
|
@ -60,6 +61,7 @@ debian-release-force: install
|
|||
ls -hl ~/incoming/
|
||||
-dpkg-deb -c ~/incoming/go-gui-toolkits*.deb
|
||||
do-aptly
|
||||
rm -f ~/go/bin/forged # causes bash completion annoyances
|
||||
|
||||
debian-release-build-only: install
|
||||
wit-test debian --verbose --release
|
||||
|
|
Loading…
Reference in New Issue