diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-06-26 15:18:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-06-26 15:19:09 -0700 |
commit | ed1893bbc1e5e26c095a5e1f6ba3d1b15a959bab (patch) | |
tree | 5a5456ce75d24eb85d87dfbcec0c633a1ff7259f /rust/Makefile | |
parent | d6c88f9536a3f110da6a8dd65ddb48e58f4e6437 (diff) | |
download | fatcat-ed1893bbc1e5e26c095a5e1f6ba3d1b15a959bab.tar.gz fatcat-ed1893bbc1e5e26c095a5e1f6ba3d1b15a959bab.zip |
remove accidentally-commited lines from rust Makefile
Diffstat (limited to 'rust/Makefile')
-rw-r--r-- | rust/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/Makefile b/rust/Makefile index 636398f9..0abd739e 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -2,9 +2,6 @@ SHELL = /bin/bash .SHELLFLAGS = -o pipefail -c -include .env -export - .PHONY: help help: ## Print info about all commands @echo "Commands:" |