mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
improved makefile, removed unnecessary file.
This commit is contained in:
parent
2be7d9497e
commit
cc2766dc18
3 changed files with 5 additions and 85 deletions
6
makefile
6
makefile
|
|
@ -1,12 +1,14 @@
|
|||
|
||||
VOC = voc
|
||||
VERSION_FILE = ./VersionFile.json
|
||||
BUILDDIR = build
|
||||
|
||||
|
||||
test: clean create_builds_dir all copy-version-file-to-build-dir run
|
||||
|
||||
|
||||
create_builds_dir:
|
||||
mkdir ./builds
|
||||
mkdir -p $(BUILDDIR)
|
||||
|
||||
|
||||
copy-version-file-to-build-dir:
|
||||
|
|
@ -60,7 +62,7 @@ json:
|
|||
../vpkJsonParser.Mod
|
||||
|
||||
clean:
|
||||
rm -r builds &
|
||||
if [ -d "$(BUILDDIR)" ]; then rm -rf $(BUILDDIR); fi
|
||||
|
||||
|
||||
run-http-server:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue