From e1cbcc3334063b234744164d6d332de6868db7df Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 18 Dec 2014 20:08:48 +0100 Subject: [PATCH] remove rust-empty --- README.md | 2 -- UNSTABLE.md | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index eda28cd..c402812 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,6 @@ Only projects that are stable and useful to users are added. Projects that do no * [Cargo](http://crates.io) — the Rust package manager * CMake * [SiegeLord/RustCMake](https://github.com/SiegeLord/RustCMake) — an example project showing usage of CMake with Rust [](https://travis-ci.org/SiegeLord/RustCMake) -* Make - * [PistonDevelopers/rust-empty](https://github.com/PistonDevelopers/rust-empty) — a Makefile to get started with Rust ### Command-line argument parsing diff --git a/UNSTABLE.md b/UNSTABLE.md index e34a598..c60ae9a 100644 --- a/UNSTABLE.md +++ b/UNSTABLE.md @@ -54,7 +54,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful ### Build system * CMake -* Make ### Command-line argument parsing