mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-04 12:03:43 +02:00
Makefile: get rid of package target (make get confused by package.sh file)
This commit is contained in:
parent
9cf1c84ae2
commit
de78a7c622
1 changed files with 2 additions and 4 deletions
6
Makefile
6
Makefile
|
|
@ -27,12 +27,10 @@ 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
|
package_deb: info-file
|
||||||
|
|
||||||
package_deb: package
|
|
||||||
./scripts/build.sh deb
|
./scripts/build.sh deb
|
||||||
|
|
||||||
package_freebsd: package
|
package_freebsd: info-file
|
||||||
./scripts/build.sh freebsd
|
./scripts/build.sh freebsd
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue