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
14
makefile
14
makefile
|
|
@ -2,7 +2,12 @@
|
|||
VOC = voc
|
||||
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:
|
||||
cp ./$(VERSION_FILE) ./builds/$(VERSION_FILE)
|
||||
|
|
@ -24,8 +29,6 @@ all: http
|
|||
../PackageFileParser.Mod \
|
||||
../opium.Mod -m
|
||||
|
||||
clean:
|
||||
cd builds && rm * &
|
||||
|
||||
run:
|
||||
./builds/opium install
|
||||
|
|
@ -52,7 +55,10 @@ json:
|
|||
../CharacterStack.Mod \
|
||||
../JsonParser.Mod
|
||||
|
||||
clean:
|
||||
rm -r builds &
|
||||
|
||||
|
||||
run-http-server:
|
||||
cd httpServer && \
|
||||
python -m SimpleHTTPServer
|
||||
python -m SimpleHTTPServer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue