mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
File Manager READ WORKS!!!
This commit is contained in:
parent
654ca13405
commit
955db770ca
4 changed files with 73 additions and 5 deletions
13
makefile
13
makefile
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue