summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-10-06 17:40:04 -0700
committerFranck Cuny <franck@fcuny.net>2020-10-06 17:40:04 -0700
commit5d27e09a48c6f394ebf022d82a446b83da7b34d7 (patch)
tree431540c66e7af3d8dcbbf3cccc0205b621d75f51
parentdesktop: adjust colors for redshift (diff)
downloademacs.d-5d27e09a48c6f394ebf022d82a446b83da7b34d7.tar.gz
desktop: drop screenshot directory
Diffstat (limited to '')
-rw-r--r--Makefile4
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