Remove automatic turning on of spell check
[khome.git] / Makefile
index 5baf8c8..2074204 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,12 +44,8 @@ mpdconf:
        @mkdir -p ~/var/run/mpd
        @cp home/.mpdconf $(HOME)/
 
-pkgs_debian:
-       $(MAKE) pkgs_deb_install
-       $(MAKE) pkgs_deb_purge
-       $(MAKE) pkgs_pip
-       $(MAKE) pkgs_snap_classic
-       $(MAKE) pkgs_snap_strict
+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.038657 seconds and 4 git commands to generate.