new-gui/Makefile

14 lines
233 B
Makefile

all:
@echo
@echo "make examples # will run all the examples"
@echo "make update # full git update"
@echo
# should update every go dependancy (?)
update:
git pull
go get -v -t -u ./...
examples:
make -C gui-example