mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
Makefile: don't require build for package target.
This commit is contained in:
parent
324356f9f4
commit
90c06e7d9f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ info-file :
|
||||||
PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\
|
PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\
|
||||||
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/info
|
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/info
|
||||||
|
|
||||||
package : info-file build
|
package : info-file
|
||||||
|
|
||||||
package_deb: package
|
package_deb: package
|
||||||
./scripts/build.sh deb
|
./scripts/build.sh deb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue