From 045d480c8cf1d3cb027202ff7d1c431231d33db3 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 7 Jul 2019 22:09:08 +0200 Subject: [PATCH] clean up the examples a bit --- compiler/main.v | 2 +- examples/{VCasino => vcasino}/.gitignore | 0 examples/{VCasino => vcasino}/README.md | 0 examples/{VCasino => vcasino}/VCasino.v | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename examples/{VCasino => vcasino}/.gitignore (100%) rename examples/{VCasino => vcasino}/README.md (100%) rename examples/{VCasino => vcasino}/VCasino.v (100%) diff --git a/compiler/main.v b/compiler/main.v index e79fb4559..071d147c7 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -415,7 +415,7 @@ void reload_so() { if v.pref.is_so { cgen.genln(' int load_so(byteptr path) { return 0; }') -} + } cgen.save() if v.pref.is_verbose { v.log('flags=') diff --git a/examples/VCasino/.gitignore b/examples/vcasino/.gitignore similarity index 100% rename from examples/VCasino/.gitignore rename to examples/vcasino/.gitignore diff --git a/examples/VCasino/README.md b/examples/vcasino/README.md similarity index 100% rename from examples/VCasino/README.md rename to examples/vcasino/README.md diff --git a/examples/VCasino/VCasino.v b/examples/vcasino/VCasino.v similarity index 100% rename from examples/VCasino/VCasino.v rename to examples/vcasino/VCasino.v -- 2.30.2