diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-12-03 14:35:42 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-12-03 16:17:58 +0100 |
commit | 8ad2c9c4b97f291982598e34530122612c580b83 (patch) | |
tree | 8e06bf6d7cddfed4e5023f242e073ba1408febe2 /nix-rust/local.mk | |
parent | 1b0ca3866bae7185e628fda956634c52a5da7a15 (diff) |
Remove 'dist' target
We're not producing source tarballs anymore so this has been
bitrotting.
Diffstat (limited to 'nix-rust/local.mk')
-rw-r--r-- | nix-rust/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix-rust/local.mk b/nix-rust/local.mk index e4bfde31b..50db4783c 100644 --- a/nix-rust/local.mk +++ b/nix-rust/local.mk @@ -30,8 +30,6 @@ ifeq ($(OS), Darwin) install_name_tool -id $@ $@ endif -dist-files += $(d)/vendor - clean: clean-rust clean-rust: |