mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
makefile change
This commit is contained in:
parent
0015397959
commit
56b1c31a3e
1 changed files with 10 additions and 4 deletions
12
makefile
12
makefile
|
|
@ -2,7 +2,12 @@
|
||||||
VOC = voc
|
VOC = voc
|
||||||
VERSION_FILE = ./VersionFile.json
|
VERSION_FILE = ./VersionFile.json
|
||||||
|
|
||||||
test: clean copy-version-file-to-build-dir all run
|
test: clean create_builds_dir all copy-version-file-to-build-dir run
|
||||||
|
|
||||||
|
|
||||||
|
create_builds_dir:
|
||||||
|
mkdir ./builds
|
||||||
|
|
||||||
|
|
||||||
copy-version-file-to-build-dir:
|
copy-version-file-to-build-dir:
|
||||||
cp ./$(VERSION_FILE) ./builds/$(VERSION_FILE)
|
cp ./$(VERSION_FILE) ./builds/$(VERSION_FILE)
|
||||||
|
|
@ -24,8 +29,6 @@ all: http
|
||||||
../PackageFileParser.Mod \
|
../PackageFileParser.Mod \
|
||||||
../opium.Mod -m
|
../opium.Mod -m
|
||||||
|
|
||||||
clean:
|
|
||||||
cd builds && rm * &
|
|
||||||
|
|
||||||
run:
|
run:
|
||||||
./builds/opium install
|
./builds/opium install
|
||||||
|
|
@ -52,6 +55,9 @@ json:
|
||||||
../CharacterStack.Mod \
|
../CharacterStack.Mod \
|
||||||
../JsonParser.Mod
|
../JsonParser.Mod
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -r builds &
|
||||||
|
|
||||||
|
|
||||||
run-http-server:
|
run-http-server:
|
||||||
cd httpServer && \
|
cd httpServer && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue