adds vendor directory
vendors dependencies in standard `vendor` directory, managed by glide
This commit is contained in:
28
vendor/github.com/mattn/go-gtk/Makefile
generated
vendored
Normal file
28
vendor/github.com/mattn/go-gtk/Makefile
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
include example/example.mk
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
.PHONY: all
|
||||
all:
|
||||
cd pango && go get -x
|
||||
cd glib && go get -x
|
||||
cd gdk && go get -x
|
||||
cd gdkpixbuf && go get -x
|
||||
cd gtk && go get -x
|
||||
cd gtksourceview && go get -x
|
||||
#cd gtkgl && go get -x .
|
||||
#cd gtkspell && go get -x .
|
||||
|
||||
.PHONY: all
|
||||
fmt:
|
||||
cd pango && go fmt .
|
||||
cd glib && go fmt .
|
||||
cd gdk && go fmt .
|
||||
cd gdkpixbuf && go fmt .
|
||||
cd gtk && go fmt .
|
||||
cd gtksourceview && go fmt .
|
||||
#cd gtkgl && go fmt .
|
||||
#cd gtkspell && go fmt .
|
||||
|
||||
.PHONY: clean
|
||||
clean: clean-example
|
||||
@true
|
Reference in New Issue
Block a user