1
0
Fork 0
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:
Henrik Hautakoski 2021-12-02 12:55:29 +01:00
parent 9cf1c84ae2
commit de78a7c622

View file

@ -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: