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
|
wit-test debian --verbose
|
||||||
ls -hl ~/incoming/
|
ls -hl ~/incoming/
|
||||||
do-aptly
|
do-aptly
|
||||||
|
rm -f ~/go/bin/forged # causes bash completion annoyances
|
||||||
|
|
||||||
debian-release-force: install
|
debian-release-force: install
|
||||||
forge dirty
|
forge dirty
|
||||||
|
@ -60,6 +61,7 @@ debian-release-force: install
|
||||||
ls -hl ~/incoming/
|
ls -hl ~/incoming/
|
||||||
-dpkg-deb -c ~/incoming/go-gui-toolkits*.deb
|
-dpkg-deb -c ~/incoming/go-gui-toolkits*.deb
|
||||||
do-aptly
|
do-aptly
|
||||||
|
rm -f ~/go/bin/forged # causes bash completion annoyances
|
||||||
|
|
||||||
debian-release-build-only: install
|
debian-release-build-only: install
|
||||||
wit-test debian --verbose --release
|
wit-test debian --verbose --release
|
||||||
|
|
Loading…
Reference in New Issue