diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-03-17 10:49:39 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-03-17 10:49:39 -0700 |
commit | 1cc6e5dccb7305f391048a276fb6fc73d28f08ac (patch) | |
tree | 59512a3cb8a5ac7e89c9af1386c9f159b8f01215 /Makefile | |
parent | e54ae2c6ed710cd8e0f5504c1e60ad43ac36f1b2 (diff) |
Do not modify PATH
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,4 +7,3 @@ bin_file_name := 10-$(cur_dir) all: $(bin_dir)/pycombine -e '(Makefile|bin|README.md|debian)' "$(HOME)" "$(repo_dir)" - echo 'PATH=$(bin_dir):$$PATH' > ~/.environment.d/$(bin_file_name) |