diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-06-24 08:59:00 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-06-24 08:59:00 -0700 |
commit | c9a46d0d464dc729087bad8f24694425c395b4a9 (patch) | |
tree | 1635a2996ace13bf84caa9e7e767cb3d03ae8806 /Makefile | |
parent | [emacs] fix arguments for calling ls (diff) | |
download | emacs.d-c9a46d0d464dc729087bad8f24694425c395b4a9.tar.gz |
[make] update path where to store screenshots.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5d33474..4040f04 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ $(HOME)/workspace: @mkdir -p $(HOME)/workspace/ $(HOME)/Documents/screenshots: - @mkdir -p $(HOME)/GDrive/screenshots + @mkdir -p $(HOME)/Documents/screenshots .PHONE: osx osx: |