diff --git a/src/pEp/_gen/Makefile b/src/pEp/_gen/Makefile index 72c1480..1f21223 100644 --- a/src/pEp/_gen/Makefile +++ b/src/pEp/_gen/Makefile @@ -43,4 +43,4 @@ clean: rm -f $(OBJS) clean-all: clean - $(MAKE) gen clean + $(MAKE) -C gen clean diff --git a/src/pEp/_gen/Makefile.conf b/src/pEp/_gen/Makefile.conf index 6de9f19..dcf8142 100644 --- a/src/pEp/_gen/Makefile.conf +++ b/src/pEp/_gen/Makefile.conf @@ -2,11 +2,11 @@ INCLUDES+=$(shell pybind11-config --includes) # example lib -#INCLUDES+=-I/Users/heck/local-default/include/ +INCLUDES+=-I/Users/heck/local-default/include/ # static lib (.a) -; LIBS_STATIC+=/Users/heck/local-default/include/ +#LIBS_STATIC+=/Users/heck/local-default/include/ # dynamic lib (.so) -#LIBS+=-lpEpEngine -#LIBS_PATH+=-L/Users/heck/local-default/lib +LIBS+=-lpEpEngine +LIBS_PATH+=-L/Users/heck/local-default/lib diff --git a/src/pEp/_gen/gen/Makefile b/src/pEp/_gen/gen/Makefile index 60e7598..0088cac 100644 --- a/src/pEp/_gen/gen/Makefile +++ b/src/pEp/_gen/gen/Makefile @@ -16,7 +16,7 @@ $(info CC_FILE $(PYBIND11_FILE)) all: pybind -yml: $(YML2_FILE)) +yml: $(YML2_FILE) pybind: $(PYBIND11_FILE)