diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 3d97b38..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 4 - -[[package]] -name = "orpheus" -version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 1d0b963..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,6 +0,0 @@ -[package] -name = "orpheus" -version = "0.1.0" -edition = "2024" - -[dependencies] diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..050b9fd --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +build: + rustc src/main.rs -o orpheus