From 6b739739968a0cc9b4d9909d8f4ffec30f4461dd Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 1 May 2020 16:26:24 -0700 Subject: moved to static build with musl and integrated cscopes into dev tools --- rules.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index 0f81ea2..5260157 100644 --- a/rules.mk +++ b/rules.mk @@ -36,6 +36,10 @@ $(OBJ_DIR)/%: $(SRC_DIR)/%.c .PHONY: targets targets: $(LIBS) $(BINS) +.PHONY: database +database: $(LIBS) $(BINS) + gentags + .PHONY: clean clean: rm -f $(OBJS) -- cgit v1.2.1