From f90dc7d0cbfbf04ca90b9f4f8d7e1402482b840a Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 17 Jun 2025 22:22:40 +0400 Subject: Makefile: target `depcheck` named to `check` --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9dbdcf1..869318c 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ GITCONFIG = $(HOME)/.gitconfig COPY = cp -r LINK = ln -sf -all: config scripts directory depcheck +all: config scripts directory check full: config scripts git directory desktop @@ -84,7 +84,7 @@ $(DWM) $(ST) $(DMENU) $(SLSTATUS): tar -xf $< cd $@; PREFIX=~/.local make install -depcheck: +check: @-./dep.sh dist: clean @@ -100,4 +100,4 @@ clean: $(DMENU) $(DMENU).tar.gz \ $(SLSTATUS) $(SLSTATUS).tar.gz -.PHONY: all config desktop scripts server arch-linux directory full depcheck +.PHONY: all config desktop scripts server arch-linux directory full check -- cgit v1.2.3