mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
builds to build
This commit is contained in:
parent
c02b5d6c83
commit
6ded078019
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
|
@ -5,10 +5,10 @@ BUILDDIR = build
|
|||
VIPACK = vipack
|
||||
|
||||
|
||||
test: clean create_builds_dir all copy-version-file-to-build-dir run
|
||||
test: clean create_build_dir all copy-version-file-to-build-dir run
|
||||
|
||||
|
||||
create_builds_dir:
|
||||
create_build_dir:
|
||||
mkdir -p $(BUILDDIR)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue