File Manager READ WORKS!!!

This commit is contained in:
Ruben Shekspir 2019-04-30 22:11:51 +04:00
parent 654ca13405
commit 955db770ca
4 changed files with 73 additions and 5 deletions

View file

@ -1,5 +1,11 @@
VOC = voc
VERSION_FILE = ./VersionFile.json
test: clean copy-version-file-to-build-dir all run
copy-version-file-to-build-dir:
cp ./$(VERSION_FILE) ./builds/$(VERSION_FILE)
all:
cd builds && \
@ -10,6 +16,7 @@ all:
../diaspora2hugo/src/lists/List.Mod \
../CharacterStack.Mod \
../JsonParser.Mod \
../FileManager.Mod \
../PackageFileParser.Mod \
../opium.Mod -m
@ -19,5 +26,7 @@ clean:
run:
./builds/opium install
test: clean all run
file:
cd builds && \
$(VOC) -s \
../FileManager.Mod -m