Remove pkgs_debian target - it does too much
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 31 Mar 2020 20:39:36 +0000 (16:39 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 31 Mar 2020 20:39:36 +0000 (16:39 -0400)
Makefile

index 5baf8c8..896938e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,13 +44,6 @@ 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_ubuntu: list pkgs-ubuntu.list
        sudo apt install $(shell ./list pkgs-ubuntu.list)
 
This page took 0.02073 seconds and 4 git commands to generate.