mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +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_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/info
|
||||
|
||||
package : info-file
|
||||
|
||||
package_deb: package
|
||||
package_deb: info-file
|
||||
./scripts/build.sh deb
|
||||
|
||||
package_freebsd: package
|
||||
package_freebsd: info-file
|
||||
./scripts/build.sh freebsd
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue