Browse Source

pEpACIDgen default make target is dist (build pkg only) to be installed by example (synth_shed)

master
heck 5 years ago
parent
commit
dc3e017b0e
  1. 14
      gen/Makefile

14
gen/Makefile

@ -10,7 +10,7 @@ PYTHON_ARTIFACTS += ./tests/__pycache__
.PHONY: all build dist dist-egg dist-whl install install-user install-test venv envtest test develop examples clean clean-all
all: install
all: dist
# Build
# =====
@ -76,18 +76,6 @@ clean-all: clean
rm -rf $(VENV_DIR)
clean:
make -C examples/ clean
rm -rf $(BUILD_DIR)
rm -rf $(DIST_DIR)
rm -rf $(PYTHON_ARTIFACTS)
# Makefile based build of C++ parts only
# ======================================
#makefile-build:
# $(MAKE) -C src/pEp/_pEp
# $(MAKE) -C src/pEp/_pybind
#
#makefile-clean:
# $(MAKE) -C src/pEp/_pEp clean
# $(MAKE) -C src/pEp/_pybind clean

Loading…
Cancel
Save