summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSüleyman Fərəcli <suleyman@farajli.net>2025-06-18 00:39:02 +0400
committerGitHub <noreply@github.com>2025-06-18 00:39:02 +0400
commit1eb90cf48629b8dfc0182cbe38b34c8082f4dc40 (patch)
treecf16ea2a5672cc8e1fc5ba97bdbc1396b485bbe7 /Makefile
parentc583f7d1c796bd4d82572cb3dd0caa52c8b4ecbf (diff)
parent0495f17898e621b5b7199b20d2ee28d2841a5a2a (diff)
Merge pull request #8 from sfarajli/dev
Dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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