Skip to content

Commit

Permalink
Rename some directories
Browse files Browse the repository at this point in the history
Rename directories `plorth` and `plorth-webassembly` to `cli` and just
plain `webassembly`, just so that the directory names represent better
at what they contain.
  • Loading branch information
RauliL committed Aug 1, 2018
1 parent 2437259 commit c5bf914
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "plorth/ext/linenoise"]
path = plorth/ext/linenoise
path = cli/ext/linenoise
url = https://github.com/antirez/linenoise
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ELSE()
ENDIF()

IF(DEFINED ENV{EMSCRIPTEN})
ADD_SUBDIRECTORY(plorth-webassembly)
ADD_SUBDIRECTORY(webassembly)
ELSE()
ADD_SUBDIRECTORY(plorth)
ADD_SUBDIRECTORY(cli)
ENDIF()
ADD_SUBDIRECTORY(libplorth)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c5bf914

Please sign in to comment.