Update Makefile

This commit is contained in:
Alejandro Gallo 2021-09-06 16:25:49 +02:00
parent 231e84166f
commit 21015603e4

View File

@ -28,7 +28,9 @@ static: $(STATIC_LIBRARY)
shared: $(SHARED_LIBRARY) shared: $(SHARED_LIBRARY)
.PHONY: lib static shared .PHONY: lib static shared
ifeq ($(MAKECMD),lib)
include $(DEP_FILES) include $(DEP_FILES)
endif
@ -63,7 +65,7 @@ clean:
clean-all: CLEANING=yes clean-all: CLEANING=yes
clean-all: bench-clean clean-emacs clean clean-extern clean-all: bench-clean clean-emacs clean clean-extern
bench: $(BENCH_TARGETS) bench: lib $(BENCH_TARGETS)
.PHONY: clean tangle bench .PHONY: clean tangle bench