From a4299f9bc1d3e60a7e628561e8d650c2a241e1c2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 14 Nov 2022 10:50:34 -0500 Subject: [WIP] Simplistic conversion from find syntax to fd --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1144c9..0818f0c 100644 --- a/Makefile +++ b/Makefile @@ -195,18 +195,18 @@ CHECKS := $(STRATEGY_CHECKS) check-trie check-xtimegm # Custom test flags for distcheck DISTCHECK_FLAGS := -s TEST_FLAGS="--sudo --verbose=skipped" -bfs: $(BIN)/bfs +bfs: $(BIN)/find2fd .PHONY: bfs all: \ - $(BIN)/bfs \ + $(BIN)/find2fd \ $(BIN)/tests/mksock \ $(BIN)/tests/trie \ $(BIN)/tests/xtimegm \ $(BIN)/tests/xtouch .PHONY: all -$(BIN)/bfs: \ +$(BIN)/find2fd: \ $(OBJ)/src/bar.o \ $(OBJ)/src/bfstd.o \ $(OBJ)/src/bftw.o \ -- cgit v1.2.3