From b429a67a9ea1c7584539ee24040498e75aef2678 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 19 Aug 2015 13:02:21 +0200 Subject: [PATCH] Moved solc files. --- CMakeLists.txt => solc/CMakeLists.txt | 0 CommandLineInterface.cpp => solc/CommandLineInterface.cpp | 0 CommandLineInterface.h => solc/CommandLineInterface.h | 0 {docker_emscripten => solc/docker_emscripten}/Dockerfile | 0 jsonCompiler.cpp => solc/jsonCompiler.cpp | 0 main.cpp => solc/main.cpp | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename CMakeLists.txt => solc/CMakeLists.txt (100%) rename CommandLineInterface.cpp => solc/CommandLineInterface.cpp (100%) rename CommandLineInterface.h => solc/CommandLineInterface.h (100%) rename {docker_emscripten => solc/docker_emscripten}/Dockerfile (100%) rename jsonCompiler.cpp => solc/jsonCompiler.cpp (100%) rename main.cpp => solc/main.cpp (100%) diff --git a/CMakeLists.txt b/solc/CMakeLists.txt similarity index 100% rename from CMakeLists.txt rename to solc/CMakeLists.txt diff --git a/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp similarity index 100% rename from CommandLineInterface.cpp rename to solc/CommandLineInterface.cpp diff --git a/CommandLineInterface.h b/solc/CommandLineInterface.h similarity index 100% rename from CommandLineInterface.h rename to solc/CommandLineInterface.h diff --git a/docker_emscripten/Dockerfile b/solc/docker_emscripten/Dockerfile similarity index 100% rename from docker_emscripten/Dockerfile rename to solc/docker_emscripten/Dockerfile diff --git a/jsonCompiler.cpp b/solc/jsonCompiler.cpp similarity index 100% rename from jsonCompiler.cpp rename to solc/jsonCompiler.cpp diff --git a/main.cpp b/solc/main.cpp similarity index 100% rename from main.cpp rename to solc/main.cpp