mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
Merge branch 'dev' of https://github.com/vishaps/vipack into dev
This commit is contained in:
commit
37b554721f
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
|
@ -5,10 +5,10 @@ BUILDDIR = build
|
||||||
VIPACK = vipack
|
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)
|
mkdir -p $(BUILDDIR)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue