diff --git a/Makefile b/Makefile index 9e00d10..701676e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: clean cd ~/go/lib && ln -f -s fyne-${VERSION}.so fyne.so clean: - rm -f fyne fyne.so go.* + rm -f fyne fyne.so binary: go build -v -x