diff options
author | Franck Cuny <franck@fcuny.net> | 2020-10-06 17:40:04 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-10-06 17:40:04 -0700 |
commit | 5d27e09a48c6f394ebf022d82a446b83da7b34d7 (patch) | |
tree | 431540c66e7af3d8dcbbf3cccc0205b621d75f51 /Makefile | |
parent | desktop: adjust colors for redshift (diff) | |
download | emacs.d-5d27e09a48c6f394ebf022d82a446b83da7b34d7.tar.gz |
desktop: drop screenshot directory
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile index caaa032..c1301b4 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,6 @@ $(HOME)/workspace: $(HOME)/workspace/go: $(HOME)/workspace @mkdir -p $(HOME)/workspace/go -.PHONY: screenshots -$(HOME)/Documents/screenshots: - @mkdir -p $(HOME)/Documents/screenshots - .PHONY: go-setup go-setup: $(HOME)/workspace/go @go get -u github.com/kisielk/errcheck |