mirror of https://github.com/citusdata/citus.git
Add install-all in columnar
parent
aaceada367
commit
613e4d4274
1
Makefile
1
Makefile
|
@ -44,6 +44,7 @@ install: install-extension install-headers
|
|||
install-downgrades:
|
||||
$(MAKE) -C src/backend/distributed/ install-downgrades
|
||||
install-all: install-headers
|
||||
$(MAKE) -C src/backend/columnar/ install-all
|
||||
$(MAKE) -C src/backend/distributed/ install-all
|
||||
clean: clean-extension
|
||||
|
||||
|
|
|
@ -12,3 +12,6 @@ MODULE_big = columnar
|
|||
PG_CPPFLAGS += -I$(libpq_srcdir) -I$(safestringlib_srcdir)/include
|
||||
|
||||
include $(citus_top_builddir)/Makefile.global
|
||||
|
||||
.PHONY: install-all
|
||||
install-all: install
|
||||
|
|
Loading…
Reference in New Issue