From fcb630408ea274f4cbed2fdfd7b07b759b80914d Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 14 Jun 2017 23:07:23 +0200 Subject: [PATCH] Renamed flatland-test.py to test-flatland.py. --- README.md | 2 +- flatland-test.py => test-flatland.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename flatland-test.py => test-flatland.py (100%) diff --git a/README.md b/README.md index 9e8e3b3..3f347bb 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ small images), the simulation may be stuck. ``` make -j -k -./flatland-test.py +./test-flatland.py ``` diff --git a/flatland-test.py b/test-flatland.py similarity index 100% rename from flatland-test.py rename to test-flatland.py -- 2.20.1