From 449c4274502d48875a2f9dfc59012d2ea4026cbe Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 1 Aug 2018 12:16:03 +0200 Subject: [PATCH] Automatically build everything if necessary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 514fcdd..1cc77ba 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ $(SAPI): clean: $(RM) $(BUILD_DIR) -install: +install: engine modules sapi $(MD) $(DESTDIR) $(CP) $(BUILD_DIR)/$(BINARY)* $(DESTDIR)/ $(CP) $(BUILD_DIR)/*$(LIBSUFFIX) $(DESTDIR)/