Skip to content

Commit

Permalink
Makefile.bindings: Removed todo printouts on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jerstlouis committed May 20, 2020
1 parent 47f3918 commit d012f9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.bindings
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,17 @@ bindingscleanpy:
# todo: missing bgen output cleaning
#_BGEN_OUTS = $(call renameEcereCOM,$(BGEN_LIBS))
#_BGEN_OUTPUT := $(addsuffix .py,$(addprefix build_,$(_BGEN_OUTS))) $(addsuffix .h,$(addprefix cffi-,$(_BGEN_OUTS))) $(addsuffix .py,$(addprefix py,$(_BGEN_OUTS)))
@$(call echo,todo: bindingscleanpy)
# @$(call echo,todo: bindingscleanpy)

.PHONY: bindingscleantargetpy
bindingscleantargetpy:
@$(call echo,todo: bindingscleantargetpy)
# @$(call echo,todo: bindingscleantargetpy)

.PHONY: bindingsrealcleanpy
bindingsrealcleanpy:
$(call rmr,bindings/py/obj)
$(call rmr,bindings/py/__pycache__)
@$(call echo,todo: bindingsrealcleanpy -- _py*.c _py*.pyd)
# @$(call echo,todo: bindingsrealcleanpy -- _py*.c _py*.pyd)

.PHONY: bindingswipecleanpy
bindingswipecleanpy:
Expand Down

0 comments on commit d012f9d

Please sign in to comment.