Fix package-all make target
* Fix the package-all target in the Makefile * Remove storage of raw sequence stats
This commit is contained in:
4
Makefile
4
Makefile
@@ -23,12 +23,12 @@ SUPPORTED := ubuntu-20.04 \
|
||||
# These targets are the main ones to use for most things.
|
||||
##
|
||||
|
||||
.PHONY: all clean tgz test query-tests install-common install-openrc install-systemd
|
||||
.PHONY: package-all clean tgz test query-tests install-common install-openrc install-systemd
|
||||
|
||||
|
||||
# Build all packages
|
||||
.PHONY: package-all
|
||||
all: $(foreach distro_release, $(SUPPORTED), package-$(distro_release))
|
||||
package-all: $(foreach distro_release, $(SUPPORTED), package-$(distro_release))
|
||||
|
||||
# Gentoo package (tar.gz) creation
|
||||
.PHONY: package-gentoo
|
||||
|
||||
Reference in New Issue
Block a user