Track golang packages
[khome.git] / Makefile
index 896938e..2074204 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,9 @@ mpdconf:
        @mkdir -p ~/var/run/mpd
        @cp home/.mpdconf $(HOME)/
 
+pkgs_golang: list pkgs-golang.list
+       go get $(shell ./list pkgs-golang.list)
+
 pkgs_ubuntu: list pkgs-ubuntu.list
        sudo apt install $(shell ./list pkgs-ubuntu.list)
 
This page took 0.01653 seconds and 4 git commands to generate.