forked from lrvick/dotfiles
Compare commits
No commits in common. "237d8387ec8b178c06de95cee8466829cc7ca934" and "cd14e8b5a8ea8e59300d9db352972289769fccbf" have entirely different histories.
237d8387ec
...
cd14e8b5a8
3
Makefile
3
Makefile
|
@ -1,5 +1,5 @@
|
|||
QUBES_DIRS = qubes dom0
|
||||
ALL_DIRS = $(shell ls -d */ | sed 's#/##')
|
||||
ALL_DIRS = $(shell ls -d *\ | sed 's#\##')
|
||||
GENERAL_DIRS = $(filter-out $(QUBES_DIRS), $(ALL_DIRS))
|
||||
|
||||
.PHONY: all update-git-submodule apply-general apply-qubes install-apt-essentials clean
|
||||
|
@ -37,7 +37,6 @@ install-apt-essentials:
|
|||
curl \
|
||||
build-essential \
|
||||
jq \
|
||||
wget \
|
||||
-y
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue